summaryrefslogtreecommitdiff
path: root/libpqpp/pq-bulkselectcommand.h
Commit message (Collapse)AuthorAge
* 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)
* Use SQL hash for prepared statement names, increases reuse and avoids random ↵Dan Goodliffe2017-01-08
| | | | reuse
* Refactor to remove some duplicationDan Goodliffe2017-01-03
|
* Use command options statement hash when it's availableDan Goodliffe2017-01-01
|
* Use prepared statements for bulk selectsDan Goodliffe2016-04-24
|
* Support bulk selects which don't use cursors, always use of RETURNINGDan Goodliffe2016-04-24