Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Explicit instantiation of checkResult | Dan Goodliffe | 2023-10-09 |
| | | | | | Fixes issue where otherwise they could be optimised away whilst being required outside the current translation unit. | ||
* | Simplify checkResult | Dan Goodliffe | 2023-10-08 |
| | | | | | Becomes template for however many acceptable status there are and tests as a fold expression. | ||
* | Use unique_ptr for execution results | Dan Goodliffe | 2023-10-08 |
| | |||
* | Anonymous namespace over static | Dan Goodliffe | 2023-10-08 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-10-08 |
| | |||
* | enum class BulkUpdateslibdbpp-postgresql-1.4.7 | Dan Goodliffe | 2022-02-14 |
| | |||
* | Fix up warnings from latest clang-tidy | Dan Goodliffe | 2021-10-17 |
| | |||
* | First commit passing IWYU | Dan Goodliffe | 2021-09-21 |
| | |||
* | Add JT recommended warnings | Dan Goodliffe | 2021-09-18 |
| | |||
* | Loop based bulkUpload functions | Dan Goodliffe | 2020-12-10 |
| | | | | not recursive. | ||
* | Move suppression comment | Dan Goodliffe | 2020-12-10 |
| | | | | Side effect of clang-format? | ||
* | Clang format | Dan Goodliffe | 2020-11-18 |
| | |||
* | Enable hicpp checks and fix accordingly | Dan Goodliffe | 2019-02-17 |
| | |||
* | Modernize clang tidy fixes | Dan Goodliffe | 2019-02-16 |
| | |||
* | More clang tidy fixes | Dan Goodliffe | 2019-02-16 |
| | |||
* | C++17libdbpp-postgresql-1.2.0 | Dan Goodliffe | 2018-04-09 |
| | | | | Updates to include C++17 changes for command options. | ||
* | C++17 | Dan Goodliffe | 2018-04-09 |
| | | | | | Updates code largely in-keeping with updates to be C++17 in line with libadhocutil and libdbpp. | ||
* | Support fetching data in binary format (no numeric, datetime, interval ↵ | Dan Goodliffe | 2017-06-05 |
| | | | | support yet) | ||
* | Use SQL hash for prepared statement names, increases reuse and avoids random ↵ | Dan Goodliffe | 2017-01-08 |
| | | | | reuse | ||
* | Fix bug where prepared statement cache wasn't cleared on connection reset ↵ | Dan Goodliffe | 2017-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 Goodliffe | 2017-01-04 |
| | | | | cursor selects | ||
* | Use bulk select not cursor select for getId, far fewer operations | Dan Goodliffe | 2017-01-04 |
| | |||
* | Add function for retrieving server version number | Dan Goodliffe | 2017-01-03 |
| | |||
* | Use command options statement hash when it's available | Dan Goodliffe | 2017-01-01 |
| | |||
* | API change to pass command options through | Dan Goodliffe | 2017-01-01 |
| | |||
* | Do lots more work with compile time formatter instead runtime formatters | Dan Goodliffe | 2016-12-31 |
| | |||
* | Support bulk selects which don't use cursors, always use of RETURNING | Dan Goodliffe | 2016-04-24 |
| | |||
* | Rename SelectCommand to CursorSelectCommand | Dan Goodliffe | 2016-04-24 |
| | |||
* | Improve and centralise transaction handling logic | Dan Goodliffe | 2015-12-29 |
| | |||
* | Non-const insertId | Dan Goodliffe | 2015-12-29 |
| | |||
* | Non-const command getters | Dan Goodliffe | 2015-12-29 |
| | |||
* | Default (not supported) bulk upload implementation | Dan Goodliffe | 2015-12-29 |
| | |||
* | Non-const execute and save points | 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 |