summaryrefslogtreecommitdiff
path: root/libpqpp/unittests/testpq.cpp
Commit message (Expand)AuthorAge
* Add missing includeDan Goodliffe2022-03-19
* Tidy up IWYUlibdbpp-postgresql-1.4.6Dan Goodliffe2021-09-21
* First commit passing IWYUDan Goodliffe2021-09-21
* Pass cppcheck and clang-tidyDan Goodliffe2021-09-18
* Add JT recommended warningsDan Goodliffe2021-09-18
* Clang formatDan Goodliffe2020-11-18
* Fixes for tidylibdbpp-postgresql-1.4.4Dan Goodliffe2020-03-28
* Refactor to ease testingDan Goodliffe2019-10-19
* More clang-tidy fixesDan Goodliffe2019-03-03
* Modernize clang tidy fixesDan Goodliffe2019-02-16
* Switch to string_viewDan Goodliffe2019-02-04
* Remove unnecessary calls to .string()Dan Goodliffe2019-02-03
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
* Update to new PluginMock interfacelibdbpp-postgresql-1.2.0.1Dan Goodliffe2018-04-22
* C++17libdbpp-postgresql-1.2.0Dan Goodliffe2018-04-09
* C++17Dan Goodliffe2018-04-09
* Updated compile flagsDan Goodliffe2018-04-01
* Transactionless cursor selectsDan Goodliffe2018-04-01
* Add a test case for a genuine large binary object (the memmapped test binary)libdbpp-postgresql-1.1.3Dan Goodliffe2017-06-05
* Use DB::Blob's own comparatorDan Goodliffe2017-06-05
* Support fetching data in binary format (no numeric, datetime, interval suppor...Dan Goodliffe2017-06-05
* Add support for bytea / blob type dataDan Goodliffe2017-06-05
* Fix memory leak in unit testDan Goodliffe2017-06-05
* Relax message check as it can vary depending on server configurationDan Goodliffe2017-01-08
* Minor updates/tweaks to increase test coverageDan Goodliffe2017-01-08
* Fix bug where prepared statement cache wasn't cleared on connection reset lea...Dan Goodliffe2017-01-08
* Add PQ specific command options to control page size and the use of bulk -v- ...Dan Goodliffe2017-01-04
* Add missing delete showing false memory leakDan Goodliffe2017-01-03
* Force mock DB names to lower caseDan 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...Dan Goodliffe2016-04-21
* Actually, don't prepare statement upfront during construction as it might not...Dan 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 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