summaryrefslogtreecommitdiff
path: root/libmysqlpp
Commit message (Collapse)AuthorAge
* 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