Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PostgreSQL files prefixed with pq- | Dan Goodliffe | 2015-12-24 |
| | |||
* | Merge select and modify command's SQL parserlibdbpp-postgresql-0.9.4 | Dan Goodliffe | 2015-12-07 |
| | |||
* | Connector compatibility fix | Dan Goodliffe | 2015-09-22 |
| | |||
* | Prebuild (once) SQL for cursor operations. | Dan Goodliffe | 2015-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 logic | Dan Goodliffe | 2015-04-29 |
| | |||
* | Improvements to popenrw and add popenrwe for the stderr pipe too | randomdan | 2014-01-10 |
| | | | | | Improve exception when loading a library fails Fix a handful of ingeniously located memory leaks | ||
* | Fetch first rows in execute, allows population of fields before fetch() | randomdan | 2013-11-29 |
| | |||
* | Record tx open separately from executed for the cases when the execute fails | randomdan | 2013-01-27 |
| | |||
* | Fix issues with PQ connection errors not being handled correctly | randomdan | 2013-01-27 |
| | |||
* | Fixes suggested by cppcheck | randomdan | 2012-07-09 |
| | |||
* | Fix double free on cursor error | randomdan | 2011-12-14 |
| | |||
* | Add check function for when a connection is finished with, but you don't ↵ | randomdan | 2011-02-17 |
| | | | | | | | want to close it Use prepared statements only for modifications, use fetch instead for selects (doesn't load an entire record set) Support varchar oid | ||
* | Fixes to compile with all gcc warnings as errors | randomdan | 2011-02-14 |
| | | | | | | | | | Fixes to keep uuid impl choice entirely within uuid class Fix to collect all text in xslRows Error in unhandled compares Add support for no change check in PQ connector Move dumptask in p2console, soon to be removed Fix variable creation code to set type correctly | ||
* | Fix the build system to do dependencies properly | randomdan | 2011-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 |