Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix the trivial clang-tidy warnings | Dan Goodliffe | 2023-10-08 |
| | |||
* | Fix virtual/override attribute use | Dan Goodliffe | 2023-10-08 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-10-08 |
| | |||
* | First commit passing IWYU | Dan Goodliffe | 2021-09-21 |
| | |||
* | Clang format | Dan Goodliffe | 2020-11-18 |
| | |||
* | Tidy fixes for latest clanglibdbpp-postgresql-1.4.1 | Dan Goodliffe | 2019-03-30 |
| | |||
* | C++17libdbpp-postgresql-1.2.0 | Dan Goodliffe | 2018-04-09 |
| | | | | Updates to include C++17 changes for command options. | ||
* | Transactionless cursor selects | Dan Goodliffe | 2018-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. | ||
* | Use SQL hash for prepared statement names, increases reuse and avoids random ↵ | Dan Goodliffe | 2017-01-08 |
| | | | | reuse | ||
* | Add PQ specific command options to control page size and the use of bulk -v- ↵ | Dan Goodliffe | 2017-01-04 |
| | | | | cursor selects | ||
* | No need for 1 line wrappers anymore | Dan Goodliffe | 2017-01-03 |
| | |||
* | Refactor to remove some duplication | Dan Goodliffe | 2017-01-03 |
| | |||
* | Introduce select base for different kinds of select | Dan Goodliffe | 2016-04-24 |
| | |||
* | Rename SelectCommand to CursorSelectCommand | Dan Goodliffe | 2016-04-24 |