Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use system dbpp | Dan Goodliffe | 2015-09-25 |
| | |||
* | 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 |
| | |||
* | 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 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 |