| Commit message (Expand) | Author | Age |
* | Add a test case for a genuine large binary object (the memmapped test binary)libdbpp-postgresql-1.1.3 | Dan Goodliffe | 2017-06-05 |
* | Use DB::Blob's own comparator | Dan Goodliffe | 2017-06-05 |
* | Support fetching data in binary format (no numeric, datetime, interval suppor... | Dan Goodliffe | 2017-06-05 |
* | Add support for bytea / blob type data | Dan Goodliffe | 2017-06-05 |
* | Fix memory leak in unit test | Dan Goodliffe | 2017-06-05 |
* | Relax message check as it can vary depending on server configuration | Dan Goodliffe | 2017-01-08 |
* | Minor updates/tweaks to increase test coverage | Dan Goodliffe | 2017-01-08 |
* | Fix bug where prepared statement cache wasn't cleared on connection reset lea... | Dan Goodliffe | 2017-01-08 |
* | Add PQ specific command options to control page size and the use of bulk -v- ... | Dan Goodliffe | 2017-01-04 |
* | Add missing delete showing false memory leak | Dan Goodliffe | 2017-01-03 |
* | Force mock DB names to lower case | Dan Goodliffe | 2017-01-01 |
* | Support bulk selects which don't use cursors, always use of RETURNING | Dan Goodliffe | 2016-04-24 |
* | Don't attempt to close cursors when in failed transaction (it's failed and re... | Dan Goodliffe | 2016-04-21 |
* | Actually, don't prepare statement upfront during construction as it might not... | Dan Goodliffe | 2016-02-28 |
* | Prepare statement upfront during construction | Dan Goodliffe | 2016-02-26 |
* | Reuse prepared statements | Dan Goodliffe | 2016-02-25 |
* | Refactor to use std::string as buffer and increase test coverage | Dan Goodliffe | 2016-02-19 |
* | Close select tx after close cursor, add error checking | Dan Goodliffe | 2016-01-10 |
* | Only open select transactions when the connection doesn't already have one | Dan Goodliffe | 2015-12-30 |
* | Improve and centralise transaction handling logic | Dan Goodliffe | 2015-12-29 |
* | Reshuffle and add new exceptions | Dan Goodliffe | 2015-12-29 |
* | Remove 1ms sleep from ping, do the sleep in the test | Dan Goodliffe | 2015-12-24 |
* | PostgreSQL files prefixed with pq- | Dan Goodliffe | 2015-12-24 |
* | Improve connection failure detection | Dan Goodliffe | 2015-12-07 |
* | Check for libpq thread safety, disable libcrypto init (fixes crashes with mul... | Dan Goodliffe | 2015-12-02 |
* | Propergate connection error details into DB::Error and add test | Dan Goodliffe | 2015-12-02 |
* | Add support for getting last insert value | Dan Goodliffe | 2015-10-17 |
* | Use system dbpp | Dan Goodliffe | 2015-09-25 |
* | PostgreSQL mocking and tests from Project2 | Dan Goodliffe | 2015-09-24 |