index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
sql
/
sqlTest.cpp
Commit message (
Collapse
)
Author
Age
*
Changes to allow DynamicSql Writers to interact with DB::SqlWriter
Dan Goodliffe
2015-12-30
|
*
Move common code for database references into SqlBase
Dan Goodliffe
2015-11-23
|
*
Use AdHoc plugins for scriptable things and remove legacy plugin support
Dan Goodliffe
2015-09-30
|
*
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