Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for RDBMS boolean/bit types | Dan Goodliffe | 2015-05-02 |
| | |||
* | Use native for instead BOOST_FOREACH | Dan Goodliffe | 2015-01-04 |
| | |||
* | Adds native support for time_duration as a variable type | randomdan | 2014-03-03 |
| | | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier | ||
* | Manage database connections on a per thread basis | randomdan | 2013-12-24 |
| | |||
* | Massive refactor to remove the appEngine and environment complication and ↵ | randomdan | 2013-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 changes | randomdan | 2013-06-21 |
| | |||
* | Fix pch header inclusions and missing headers for no-pch building | randomdan | 2013-04-04 |
| | |||
* | Fixes suggested by cppcheck | randomdan | 2012-07-09 |
| | |||
* | Split check and test functionality... if and check now take tests as ↵ | randomdan | 2011-12-20 |
children, adds all, any, none and not as building blocks |