summaryrefslogtreecommitdiff
path: root/project2/sql/sqlTest.cpp
Commit message (Collapse)AuthorAge
* Add support for RDBMS boolean/bit typesDan Goodliffe2015-05-02
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* 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
* Manage database connections on a per thread basisrandomdan2013-12-24
|
* Massive refactor to remove the appEngine and environment complication and ↵randomdan2013-07-05
| | | | instead have an execution context that's passed around from the original call site
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
|
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Fixes suggested by cppcheckrandomdan2012-07-09
|
* Split check and test functionality... if and check now take tests as ↵randomdan2011-12-20
children, adds all, any, none and not as building blocks