summaryrefslogtreecommitdiff
path: root/libpqpp/unittests
Commit message (Collapse)AuthorAge
* Don't attempt to close cursors when in failed transaction (it's failed and ↵libdbpp-postgresql-1.0.4Dan Goodliffe2016-04-21
| | | | result in sigabrt)
* Actually, don't prepare statement upfront during construction as it might ↵libdbpp-postgresql-1.0.3Dan Goodliffe2016-02-28
| | | | not be valid (e.g. uncreated temp tables)
* 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 ↵Dan Goodliffe2015-12-02
| | | | multiple ssl connections) add test
* 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