summaryrefslogtreecommitdiff
path: root/libpqpp/unittests/testpq.cpp
Commit message (Expand)AuthorAge
* Force mock DB names to lower caselibdbpp-postgresql-1.1.1Dan Goodliffe2017-01-01
* Support bulk selects which don't use cursors, always use of RETURNINGDan Goodliffe2016-04-24
* Don't attempt to close cursors when in failed transaction (it's failed and re...libdbpp-postgresql-1.0.4Dan Goodliffe2016-04-21
* Actually, don't prepare statement upfront during construction as it might not...libdbpp-postgresql-1.0.3Dan Goodliffe2016-02-28
* Prepare statement upfront during constructionDan Goodliffe2016-02-26
* 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 checkinglibdbpp-postgresql-1.0.2Dan Goodliffe2016-01-10
* Only open select transactions when the connection doesn't already have onelibdbpp-postgresql-1.0.1Dan Goodliffe2015-12-30
* Improve and centralise transaction handling logiclibdbpp-postgresql-1.0.0Dan 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 valuelibdbpp-postgresql-0.9.1Dan Goodliffe2015-10-17
* Use system dbpplibdbpp-postgresql-0.9Dan Goodliffe2015-09-25
* PostgreSQL mocking and tests from Project2Dan Goodliffe2015-09-24