summaryrefslogtreecommitdiff
path: root/libdbpp
Commit message (Collapse)AuthorAge
* Exclude fake DB class from coverageDan Goodliffe2015-10-17
|
* Add doxygen commentslibdbpp-0.9Dan Goodliffe2015-10-05
|
* Compat fixDan Goodliffe2015-09-28
|
* Compat fixDan Goodliffe2015-09-26
|
* Fix typo in macro nameDan Goodliffe2015-09-26
|
* Fix install test target nameDan Goodliffe2015-09-25
|
* Add the core test library for testing connector implementationsDan Goodliffe2015-09-24
|
* Add operator>> support to columnsDan Goodliffe2015-09-24
|
* Register mocked database instances with the plugin manager and wrap up ↵Dan Goodliffe2015-09-24
| | | | opening connections to them by name
* Fix single include macro namesDan Goodliffe2015-09-24
|
* Fix mock base classes visibilityDan Goodliffe2015-09-24
|
* Connector compatibility fixDan Goodliffe2015-09-22
|
* Database mocking base classes migrated in.Dan Goodliffe2015-09-22
|
* Migrate SQL script parser and add support for executing a script on a connectionDan Goodliffe2015-09-21
|
* Add install rulesDan Goodliffe2015-09-20
|
* Add basic unit test beginningsDan Goodliffe2015-09-20
|
* Switch columns collection to forward declared pointer and add helper ↵Dan Goodliffe2015-09-20
| | | | function for adding columns
* Add adhoc factory supportDan Goodliffe2015-09-20
|
* Rename target .soDan Goodliffe2015-09-20
|
* Set visibilityDan Goodliffe2015-09-20
|
* Add support for RDBMS boolean/bit typesDan Goodliffe2015-05-02
|
* Centralize all the column reference storage logicDan Goodliffe2015-04-29
|
* Adds native support for time_duration as a variable typerandomdan2014-03-03
| | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier
* Add savepoint support to core DB connectorrandomdan2013-12-08
| | | | Add a savepoint wrapper around sql merge
* A stream interface, an RDBMS bulk load interface, a decompression layer, an ↵randomdan2012-03-20
| | | | implementation of CURL streams and a sqlbulkload task.
* Just build the needed bits of libmisc into places they're needed, don't ↵randomdan2011-03-01
| | | | build all of it
* Add check function for when a connection is finished with, but you don't ↵randomdan2011-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
* Support for table patching in different ways according to what the connector ↵randomdan2011-02-11
| | | | | | | says Introduce two proper methods of bulk update Tested against PG 8.4, MySQL 5.1 with single and multiple column keys
* 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