summaryrefslogtreecommitdiff
path: root/project2/sql
Commit message (Expand)AuthorAge
...
* Move non p2 specific components into a supporting library, build libmisc into...randomdan2013-04-04
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
* Keep the same DB connection throughout the bulk load processrandomdan2012-12-02
* Add a basic MySQL connector, not fully functional, but will suffice for p2tvrandomdan2012-11-18
* Fixes suggested by cppcheckrandomdan2012-07-09
* Remove lots of specific implementations and replace them with our new generic...randomdan2012-03-28
* A stream interface, an RDBMS bulk load interface, a decompression layer, an i...randomdan2012-03-20
* Fix bug with SqlMerge without an updatewhere clauserandomdan2012-03-16
* Port to C++0x (minor tweaks)randomdan2012-03-14
* Much improved flexibility around partial/parameterised SQL mergesrandomdan2012-02-28
* Generalise code from structuredExceptionHandler for loaded sub component sets...randomdan2011-12-22
* Split check and test functionality... if and check now take tests as children...randomdan2011-12-20
* Improved connection failure logging and instantiationrandomdan2011-12-16
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
* Pluggable script enginesrandomdan2011-12-14
* Drop Boost::program_options in favour of our own, pluggable system which inte...randomdan2011-12-08
* Remove no longer required type handlersrandomdan2011-12-02
* Allow specifying different loader classes when setting up script parsers (all...randomdan2011-11-29
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
* Transactional cachesrandomdan2011-11-16
* Make many things use variables instead of preread valuesrandomdan2011-11-02
* Add more precompiled headersrandomdan2011-09-01
* The big reshufflerandomdan2011-08-31