summaryrefslogtreecommitdiff
path: root/libmysqlpp
Commit message (Collapse)AuthorAge
* Refactor to ease testingDan Goodliffe2019-10-19
|
* Fix literal booleansDan Goodliffe2019-10-13
|
* Modernize buildDan Goodliffe2019-10-13
|
* MySQL8 removes my_boollibdbpp-mysql-1.4.1.2Dan Goodliffe2019-08-18
|
* Tidy fixes for latest clanglibdbpp-mysql-1.4.1Dan Goodliffe2019-03-30
|
* More clang-tidy fixesDan Goodliffe2019-03-03
|
* Enable hicpp checks and fix accordinglyDan Goodliffe2019-02-17
|
* Modernize clang tidy fixesDan Goodliffe2019-02-16
|
* Basic clang tidy fixesDan Goodliffe2019-02-16
|
* Update to new libdbpp interfacelibdbpp-mysql-1.4.0Dan Goodliffe2019-02-07
|
* Fix test of insertIdsDan Goodliffe2019-02-03
| | | | | Don't assume ids will be 1,2,3,4... they might skip some, but always increasing in value
* Remove p2 reference from mock namesDan Goodliffe2019-02-03
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* Update to new PluginMock interfacelibdbpp-mysql-1.3.0libdbpp-mysql-1.2.0.1Dan Goodliffe2018-04-22
|
* C++17libdbpp-mysql-1.2.0Dan Goodliffe2018-04-15
| | | | Upgrade everything to C++17
* API change to pass command options throughlibdbpp-mysql-1.1.0Dan Goodliffe2017-01-01
|
* Register mock db implementationsDan Goodliffe2017-01-01
|
* Do lots more work with compile time formatter instead runtime formattersDan Goodliffe2016-12-31
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Improve and centralise transaction handling logiclibdbpp-mysql-1.0.0Dan Goodliffe2015-12-29
|
* Tidy upDan 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
|
* Reshuffle and add new exceptionsDan Goodliffe2015-12-29
|
* Remove rebindDan Goodliffe2015-12-29
|
* MySQL files prefixed with my-Dan Goodliffe2015-12-23
|
* Use a b2 lib for mysqlDan Goodliffe2015-12-23
|
* Use parent glibmmDan Goodliffe2015-12-23
|
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
|
* Add support for getting last insert valueDan Goodliffe2015-10-20
|
* Add override attributesDan Goodliffe2015-10-20
|
* Install rules and use system dbpplibdbpp-mysql-0.9Dan Goodliffe2015-09-25
|
* MySQL mocking and tests from Project2Dan Goodliffe2015-09-24
|
* Connector compatibility fixDan Goodliffe2015-09-22
|
* Use AdHoc's runtime contextDan Goodliffe2015-09-10
|
* Use libadhocutilDan Goodliffe2015-09-02
|
* Fix behaviour of multiple executionsDan Goodliffe2015-06-02
|
* Add support for RDBMS boolean/bit typesDan Goodliffe2015-05-02
|
* Support reading a my.cnf group and correcting passing null to mysql_real_connectDan Goodliffe2015-05-02
|
* Initialize year/month/day fields time structDan Goodliffe2015-05-02
|
* Centralize all the column reference storage logicDan Goodliffe2015-04-29
|
* 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
* Remove stragling debugrandomdan2012-12-24
|
* Implement a basic MySQL bulk loaderrandomdan2012-12-06
|
* Fix error checking on mysql_ping causing db connection reuse failure; always ↵randomdan2012-11-21
| | | | reconnected
* Add a basic MySQL connector, not fully functional, but will suffice for p2tvrandomdan2012-11-18