summaryrefslogtreecommitdiff
path: root/test/test-postgresql.cpp
Commit message (Expand)AuthorAge
* Fix up all remaining warningsDan Goodliffe2021-08-30
* Add -WpedanticDan Goodliffe2021-08-30
* Enable numeric conversion warning and fix the falloutDan Goodliffe2021-08-10
* Tests, fixes, improvements to WritePqCopyStreamDan Goodliffe2021-08-08
* Wider type support for PQ bindingsDan Goodliffe2021-07-14
* Run non-readonly PQ tests in tmp dbDan Goodliffe2021-06-13
* Support creating a PostgreSQL mock DB and filling it with a schema scriptDan Goodliffe2021-06-13
* Create and drop PostgreSQL mock DBs as neededDan Goodliffe2021-06-13
* Avoid direct use of runtime_error in PostgreSQL stuffDan Goodliffe2021-06-12
* Determine parameter mode at point of call by DB type propertyDan Goodliffe2021-06-03
* Generate DbStmt templates from .sql filesDan Goodliffe2021-06-01
* Read test DB connection details from envDan Goodliffe2021-05-31
* Initial commit of prepstmt, selects, record setsDan Goodliffe2021-05-31
* Basic support for queries with bound parametersDan Goodliffe2021-05-24