| Commit message (Expand) | Author | Age |
* | Refactor to ease testing | Dan Goodliffe | 2019-10-19 |
* | Get glibmm and libpq flags from pkg-configlibdbpp-postgresql-1.4.2 | Dan Goodliffe | 2019-06-30 |
* | More clang-tidy fixes | Dan Goodliffe | 2019-03-03 |
* | Tidy link of libpq | Dan Goodliffe | 2019-02-24 |
* | Modernize clang tidy fixes | Dan Goodliffe | 2019-02-16 |
* | Switch to string_view | Dan Goodliffe | 2019-02-04 |
* | Remove unnecessary calls to .string() | Dan Goodliffe | 2019-02-03 |
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
* | Update to new PluginMock interfacelibdbpp-postgresql-1.2.0.1 | Dan Goodliffe | 2018-04-22 |
* | C++17libdbpp-postgresql-1.2.0 | Dan Goodliffe | 2018-04-09 |
* | C++17 | Dan Goodliffe | 2018-04-09 |
* | Updated compile flags | Dan Goodliffe | 2018-04-01 |
* | Transactionless cursor selects | Dan Goodliffe | 2018-04-01 |
* | 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 |