summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add hash to base command optionslibdbpp-1.1.0Dan Goodliffe2017-01-01
* API change to pass command options throughDan Goodliffe2017-01-01
* Add utility for creating a temporary mock database via the command lineDan Goodliffe2017-01-01
* Correctly name mock databasesDan Goodliffe2017-01-01
* Remove clang options not supported on build serverDan Goodliffe2017-01-01
* Fix up doxygen commentsDan Goodliffe2017-01-01
* Support registering DB mock implementations as factoriesDan Goodliffe2017-01-01
* Do lots more work with compile time formatter instead runtime formattersDan Goodliffe2016-12-31
* Add extra enable_if filter to check *o is a thing and test case of issues fou...libdbpp-1.0.4Dan Goodliffe2016-10-21
* Add enable_if to catch some conversion madnessDan Goodliffe2016-10-18
* Add wrappers for binding anything that can be optional (pointer or optional t...Dan Goodliffe2016-10-18
* Set cxxflags specifically, not cflagsDan Goodliffe2016-10-07
* Add RowRange and supporting classes for use with for loop over a selected rowsetDan Goodliffe2016-06-17
* Add doxygen exclude markersDan Goodliffe2016-06-17
* Add missing doxygen commentDan Goodliffe2016-06-17
* Support table source being a SqlWriter expressionlibdbpp-1.0.3Dan Goodliffe2016-04-23
* Audit callbacks for deleted/updated/inserted records during table patchDan Goodliffe2016-04-18
* Build most things by defaultDan Goodliffe2016-01-27
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
* Add missing headerlibdbpp-1.0.2.1Dan Goodliffe2016-01-12
* Simple wrappers for bulk uploading from a std::stream or FILE *Dan Goodliffe2016-01-10
* Add flags for enabling/disabling each phase of the table patch operationlibdbpp-1.0.1Dan Goodliffe2015-12-30
* Use TransactionScope instead of ScopeObjectDan Goodliffe2015-12-30
* Improve and centralise transaction handling logiclibdbpp-1.0.0Dan Goodliffe2015-12-29
* Add missing override attributeDan Goodliffe2015-12-29
* Non-const insertIdDan Goodliffe2015-12-29
* Non-const command gettersDan Goodliffe2015-12-29
* Default (not supported) bulk upload implementationDan Goodliffe2015-12-29
* Non-const execute and save pointsDan Goodliffe2015-12-29
* Virtual table patch partsDan Goodliffe2015-12-29
* Add briefer, smart pointer functions for getting new command instancesDan Goodliffe2015-12-29
* Move TablePatch to its own filesDan Goodliffe2015-12-29
* Move SqlWriter to its own filesDan Goodliffe2015-12-29
* Reshuffle and add new exceptionsDan Goodliffe2015-12-29
* Test a connection is suitably finished before adding back to the pool.Dan Goodliffe2015-12-29
* Add missing doxygen commentsDan Goodliffe2015-12-29
* Add scope transaction helperDan Goodliffe2015-12-29
* Remove rebindDan Goodliffe2015-12-29
* Support double quote stringsDan Goodliffe2015-12-24
* Check stream state before executeDan Goodliffe2015-12-24
* Update includes to match prefix changesDan Goodliffe2015-12-24
* Add baskslash escaping support to sql parserDan Goodliffe2015-12-21
* Remove the DB type specific mock status table stuffDan Goodliffe2015-12-21
* Fix and test for rogue ; in MySQL dumpsDan Goodliffe2015-12-21
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
* Adds basic table patch supportDan Goodliffe2015-12-14
* Switch lib64 references for native onesDan Goodliffe2015-12-12
* Use collated_key'd column names as utf8 comparisons are slow.libdbpp-0.10.2Dan Goodliffe2015-12-07
* Smart pointer things up for error handling during setuplibdbpp-0.10.1Dan Goodliffe2015-12-07
* Remove p2 referencen in table name and be specific about schema it exists in.Dan Goodliffe2015-12-07