summaryrefslogtreecommitdiff
path: root/libpqpp/unittests/testpq.cpp
Commit message (Expand)AuthorAge
* Reuse prepared statementsDan Goodliffe2016-02-25
* Refactor to use std::string as buffer and increase test coverageDan Goodliffe2016-02-19
* Close select tx after close cursor, add error checkingDan Goodliffe2016-01-10
* Only open select transactions when the connection doesn't already have oneDan Goodliffe2015-12-30
* Improve and centralise transaction handling logicDan Goodliffe2015-12-29
* Reshuffle and add new exceptionsDan Goodliffe2015-12-29
* Remove 1ms sleep from ping, do the sleep in the testDan Goodliffe2015-12-24
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24
* Improve connection failure detectionDan Goodliffe2015-12-07
* Check for libpq thread safety, disable libcrypto init (fixes crashes with mul...Dan Goodliffe2015-12-02
* Propergate connection error details into DB::Error and add testDan Goodliffe2015-12-02
* Add support for getting last insert valueDan Goodliffe2015-10-17
* Use system dbppDan Goodliffe2015-09-25
* PostgreSQL mocking and tests from Project2Dan Goodliffe2015-09-24