Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-09 | Check postgres version in check_database | Richard van der Hoff | 1 | -13/+12 | |
this saves doing it on each connection, and will allow us to pass extra options in. | |||||
2020-01-09 | Modify check_database to take a connection rather than a cursor | Richard van der Hoff | 4 | -28/+18 | |
We might not need the cursor at all. | |||||