aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/connection.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21Factor out active statement cancelling into separate functionBoris Kolpackov1-0/+7
2011-02-21Validate connection in MySQL pool factoryBoris Kolpackov1-0/+26
This will help deal with the MySQL server closing connections after a certain period of inactivity.
2011-02-21Don't reuse failed connectionsBoris Kolpackov1-0/+1
If MySQL API returns an error indicating the connection is no longer usable, mark it as failed. In connection_pool_factory free failed connections instead of returning them to the pool.
2011-02-18Factor out MySQL error to exception translation into separate functionBoris Kolpackov1-2/+12
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-17Add support for unidirectional object relationshipsBoris Kolpackov1-2/+3
New test: common/relationship.
2010-11-06Add support for container persistenceBoris Kolpackov1-2/+5
Generalize statements that were used for persisting objects to work for both objects and containers. Implement a cache for container statements.
2010-09-14Add argc/argv database ctorBoris Kolpackov1-1/+1
2010-08-10Delay closing statement until there are no active statementsBoris Kolpackov1-1/+38
2010-08-10Add query supportBoris Kolpackov1-1/+1
2010-07-30Pass CLIENT_FOUND_ROWS to connectBoris Kolpackov1-1/+6
2010-07-26Add base support for statements, insert_statement and cacheBoris Kolpackov1-1/+1
2010-06-04Initial implementationBoris Kolpackov1-0/+44