summaryrefslogtreecommitdiff
path: root/libdbpp/unittests
Commit message (Expand)AuthorAge
* 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
* 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 accep...Dan Goodliffe2015-11-07
* 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
* Compat fixDan Goodliffe2015-09-26
* Migrate SQL script parser and add support for executing a script on a connectionDan Goodliffe2015-09-21
* Add basic unit test beginningsDan Goodliffe2015-09-20