Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace ifndef/define/endif with pragma onceHEADmain | Dan Goodliffe | 2023-10-09 |
| | |||
* | 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 |
| | |||
* | First commit passing IWYU | Dan Goodliffe | 2021-09-21 |
| | |||
* | Clang format | Dan Goodliffe | 2020-11-18 |
| | |||
* | Fixes for tidylibdbpp-postgresql-1.4.4 | Dan Goodliffe | 2020-03-28 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
| | |||
* | Replace deprecated typedef std::hash<...>::result_type | Dan Goodliffe | 2018-08-21 |
| | |||
* | 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. | ||
* | 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 function for retrieving server version number | Dan Goodliffe | 2017-01-03 |
| | |||
* | Add missing PQ connection specific typedef | Dan Goodliffe | 2017-01-03 |
| | |||
* | Add missing default value in execute override | Dan Goodliffe | 2017-01-03 |
| | |||
* | API change to pass command options through | Dan Goodliffe | 2017-01-01 |
| | |||
* | Reuse prepared statements | Dan Goodliffe | 2016-02-25 |
| | |||
* | 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 |
| | |||
* | PostgreSQL files prefixed with pq- | Dan Goodliffe | 2015-12-24 |