summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Test error handling in mock setupDan Goodliffe2015-11-08
|
* Remove unneeded includesDan Goodliffe2015-11-08
|
* Test column indexingDan Goodliffe2015-11-08
|
* Test executeDan Goodliffe2015-11-08
|
* Expose exceptionsDan Goodliffe2015-11-08
|
* Use typedef pointerDan Goodliffe2015-11-08
|
* Add utility function for passing each row of a result set to a function ↵Dan Goodliffe2015-11-07
| | | | accepting one parameter per column
* Add typedefs for commands and connection smart pointersDan Goodliffe2015-11-07
|
* Add dependency on input test fileDan Goodliffe2015-11-07
|
* Tidy up and alias glibmm and libxml++ refsDan Goodliffe2015-10-23
|
* Add base function for getting the last applied insert Idlibdbpp-0.9.1Dan Goodliffe2015-10-17
|
* Restructure alias all list and add missing thingsDan Goodliffe2015-10-17
|
* Test resolve successDan Goodliffe2015-10-17
|
* Test savepointsDan Goodliffe2015-10-17
|
* Tidy up execute methodDan Goodliffe2015-10-17
|
* Exclude fake DB class from coverageDan Goodliffe2015-10-17
|
* Add doxygen commentslibdbpp-0.9Dan Goodliffe2015-10-05
|
* Add new projects to default buildDan Goodliffe2015-10-02
|
* 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 a code coverage profileDan Goodliffe2015-09-12
|
* Add libadhocutil to the default buildDan Goodliffe2015-09-03
|
* Move to C++0yDan Goodliffe2015-06-03
|
* Add support for RDBMS boolean/bit typesDan Goodliffe2015-05-02
|
* Centralize all the column reference storage logicDan Goodliffe2015-04-29
|
* Ignore Vim swap filesDan Goodliffe2015-01-15
|
* Support complex types in rows and parametersDan Goodliffe2014-12-09
|
* Add .gitignore filesDan Goodliffe2014-11-22
|
* Fix quirk (from glibc update?) around fields in struct tm and the ↵randomdan2014-11-13
| | | | _BSD_SOURCE macro
* More friendly linkflags and some ycm configsrandomdan2014-06-05
|
* Split out ICE support from project jam file, add support for slicerrandomdan2014-06-02
|
* 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
* Fix slice scanner and split .ice files back into logical blocksrandomdan2013-12-22
|
* Add savepoint support to core DB connectorrandomdan2013-12-08
| | | | Add a savepoint wrapper around sql merge