summaryrefslogtreecommitdiff
path: root/libpqpp/unittests
Commit message (Collapse)AuthorAge
* Tidy link of libpqDan Goodliffe2019-02-24
|
* 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
| | | | Updates to include C++17 changes for command options.
* C++17Dan Goodliffe2018-04-09
| | | | | Updates code largely in-keeping with updates to be C++17 in line with libadhocutil and libdbpp.
* Updated compile flagsDan Goodliffe2018-04-01
|
* Transactionless cursor selectsDan Goodliffe2018-04-01
| | | | | | | | | Remove the need to open a transaction for a cursor select by specifying them as WITH HOLD. Also add NO SCROLL as it's a feature we don't actually use. Updates tests with loops to ensure we haven't broken the ability to re-use / re-create statements.
* 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 ↵Dan Goodliffe2017-06-05
| | | | support yet)
* 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 ↵Dan Goodliffe2017-01-08
| | | | leading to random failure due to prepapred statements not existing
* Add PQ specific command options to control page size and the use of bulk -v- ↵Dan Goodliffe2017-01-04
| | | | cursor selects
* 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 ↵Dan Goodliffe2016-04-21
| | | | result in sigabrt)
* Actually, don't prepare statement upfront during construction as it might ↵Dan 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 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 ↵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 valueDan Goodliffe2015-10-17
|
* Use system dbppDan Goodliffe2015-09-25
|
* PostgreSQL mocking and tests from Project2Dan Goodliffe2015-09-24