summaryrefslogtreecommitdiff
path: root/libpqpp/pq-modifycommand.cpp
Commit message (Collapse)AuthorAge
* Clang formatDan Goodliffe2020-11-18
|
* Modernize clang tidy fixesDan Goodliffe2019-02-16
|
* Explicit desctructor not requiredDan Goodliffe2019-02-04
|
* C++17libdbpp-postgresql-1.2.0Dan Goodliffe2018-04-09
| | | | Updates to include C++17 changes for command options.
* Add support for bytea / blob type dataDan Goodliffe2017-06-05
|
* Use SQL hash for prepared statement names, increases reuse and avoids random ↵Dan Goodliffe2017-01-08
| | | | reuse
* Use command options statement hash when it's availableDan Goodliffe2017-01-01
|
* Use prepared statements for bulk selectsDan Goodliffe2016-04-24
|
* Actually, don't prepare statement upfront during construction as it might ↵Dan Goodliffe2016-02-28
| | | | not be valid (e.g. uncreated temp tables)
* Prepare statement upfront during constructionDan Goodliffe2016-02-26
|
* Reuse prepared statementsDan Goodliffe2016-02-25
|
* Refactor to use std::string as buffer and increase test coverageDan Goodliffe2016-02-19
|
* Improve and centralise transaction handling logicDan Goodliffe2015-12-29
|
* Reshuffle and add new exceptionsDan Goodliffe2015-12-29
|
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24