summaryrefslogtreecommitdiff
path: root/libpqpp/pq-command.cpp
Commit message (Collapse)AuthorAge
* Reformat with new clang-formatDan Goodliffe2023-10-08
|
* Suppress false warninglibdbpp-postgresql-1.4.8Dan Goodliffe2022-07-27
|
* Lots of pass by value and perfect forwarding optimisationsDan Goodliffe2022-03-17
|
* enum class BulkUpdateslibdbpp-postgresql-1.4.7Dan Goodliffe2022-02-14
|
* Tidy up IWYUlibdbpp-postgresql-1.4.6Dan Goodliffe2021-09-21
|
* First commit passing IWYUDan Goodliffe2021-09-21
|
* Add JT recommended warningsDan Goodliffe2021-09-18
|
* Clang formatDan Goodliffe2020-11-18
|
* Modernize clang tidy fixesDan Goodliffe2019-02-16
|
* Fix ustring to string_view conversion with multi-byte charslibdbpp-postgresql-1.4.0Dan Goodliffe2019-02-07
|
* CTF for parameter bindingDan Goodliffe2019-02-04
|
* Switch to string_viewDan Goodliffe2019-02-04
|
* C++17libdbpp-postgresql-1.2.0Dan Goodliffe2018-04-09
| | | | Updates to include C++17 changes for command options.
* Support fetching data in binary format (no numeric, datetime, interval ↵Dan Goodliffe2017-06-05
| | | | support yet)
* Add support for bytea / blob type dataDan Goodliffe2017-06-05
|
* Implement getting PQ command option settings from mapDan Goodliffe2017-01-08
|
* Add the DB command options factoryDan Goodliffe2017-01-08
|
* Use SQL hash for prepared statement names, increases reuse and avoids random ↵Dan Goodliffe2017-01-08
| | | | reuse
* Add PQ specific command options to control page size and the use of bulk -v- ↵Dan Goodliffe2017-01-04
| | | | cursor selects
* C++ify the SQL preparer and skip it if no variables are being boundDan Goodliffe2017-01-04
|
* Do lots more work with compile time formatter instead runtime formattersDan Goodliffe2016-12-31
|
* Don't truncate and create random breakage with over 100 paramsDan Goodliffe2016-05-24
|
* Refactor to use std::string as buffer and increase test coverageDan Goodliffe2016-02-19
|
* Improve and centralise transaction handling logicDan Goodliffe2015-12-29
|
* Tidy upDan Goodliffe2015-12-29
|
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24