summaryrefslogtreecommitdiff
path: root/libdbpp/unittests
Commit message (Collapse)AuthorAge
* Add tests over blob operator==libdbpp-1.1.3Dan Goodliffe2017-06-05
|
* Test extracted types can be default constructedDan Goodliffe2017-06-05
|
* Allow default constructor of Blob to support extract, increase compile time ↵Dan Goodliffe2017-06-05
| | | | testing of extractability
* Fix HEAD commit for libdbpp-postgresqlDan Goodliffe2017-06-05
|
* Add support for blob typeDan Goodliffe2017-06-05
|
* Standalone splitDan Goodliffe2017-04-28
|
* Implement getting PQ command option settings from mapDan Goodliffe2017-01-08
|
* Add the DB command options factoryDan Goodliffe2017-01-08
|
* Build a local version of the postgresql connector for unit testing withDan Goodliffe2017-01-08
|
* Use connection plugin resolver for mock providersDan Goodliffe2017-01-01
|
* API change to pass command options throughDan Goodliffe2017-01-01
|
* Support registering DB mock implementations as factoriesDan Goodliffe2017-01-01
|
* Add extra enable_if filter to check *o is a thing and test case of issues ↵libdbpp-1.0.4Dan Goodliffe2016-10-21
| | | | found compiling slicer
* Add wrappers for binding anything that can be optional (pointer or optional ↵Dan Goodliffe2016-10-18
| | | | type)
* Add RowRange and supporting classes for use with for loop over a selected rowsetDan Goodliffe2016-06-17
|
* Support table source being a SqlWriter expressionlibdbpp-1.0.3Dan Goodliffe2016-04-23
|
* Audit callbacks for deleted/updated/inserted records during table patchDan Goodliffe2016-04-18
|
* Simple wrappers for bulk uploading from a std::stream or FILE *Dan Goodliffe2016-01-10
|
* Improve and centralise transaction handling logiclibdbpp-1.0.0Dan Goodliffe2015-12-29
|
* Add missing override attributeDan Goodliffe2015-12-29
|
* Non-const command gettersDan Goodliffe2015-12-29
|
* Default (not supported) bulk upload implementationDan Goodliffe2015-12-29
|
* Non-const execute and save pointsDan Goodliffe2015-12-29
|
* Move TablePatch to its own filesDan Goodliffe2015-12-29
|
* Move SqlWriter to its own filesDan Goodliffe2015-12-29
|
* Reshuffle and add new exceptionsDan Goodliffe2015-12-29
|
* Add scope transaction helperDan Goodliffe2015-12-29
|
* Support double quote stringsDan Goodliffe2015-12-24
|
* Check stream state before executeDan Goodliffe2015-12-24
|
* Update includes to match prefix changesDan Goodliffe2015-12-24
|
* Add baskslash escaping support to sql parserDan Goodliffe2015-12-21
|
* Fix and test for rogue ; in MySQL dumpsDan Goodliffe2015-12-21
|
* Adds basic table patch supportDan Goodliffe2015-12-14
|
* Add a database connection pool.libdbpp-0.10Dan Goodliffe2015-11-19
|
* Improve exceptions in SQL parser to include line numberDan Goodliffe2015-11-09
|
* Add specific exception for invalid conversions during extract and tests over ↵Dan Goodliffe2015-11-09
| | | | extract
* Support extracting nullable fields into boost::optional<T>sDan Goodliffe2015-11-08
|
* Add tests over parser error handling and more complex casesDan Goodliffe2015-11-08
|
* Add tests over col count and ordinalDan Goodliffe2015-11-08
|
* Add connection error testDan Goodliffe2015-11-08
|
* Add boolean column to util testDan Goodliffe2015-11-08
|
* 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
|
* Add utility function for passing each row of a result set to a function ↵Dan Goodliffe2015-11-07
| | | | accepting one parameter per column
* Add dependency on input test fileDan Goodliffe2015-11-07
|
* Test resolve successDan Goodliffe2015-10-17
|
* Test savepointsDan Goodliffe2015-10-17
|
* Exclude fake DB class from coverageDan Goodliffe2015-10-17
|