summaryrefslogtreecommitdiff
path: root/libpqpp/selectcommand.h
Commit message (Collapse)AuthorAge
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24
|
* Use system dbppDan Goodliffe2015-09-25
|
* Prebuild (once) SQL for cursor operations.Dan Goodliffe2015-06-02
| | | | | | | Don't open another transaction. Don't make another fetch to the DB if the previous read was short anyway. Add bulk load and bulk read tests.
* Centralize all the column reference storage logicDan Goodliffe2015-04-29
|
* Fetch first rows in execute, allows population of fields before fetch()randomdan2013-11-29
|
* Record tx open separately from executed for the cases when the execute failsrandomdan2013-01-27
|
* Fix the build system to do dependencies properlyrandomdan2011-02-09
Break down libodbcpp into a set of base classes; libdbpp Add a native PostgreSQL implementation of libdbpp; libpqpp Extend project2 rdbms stuff to work with generic connectors Update datasources to specify connector type Build libmisc as .so