aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/connection-factory.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-15Check that max connections is greater or equal than min in connection poolBoris Kolpackov1-1/+4
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-08-28Add create() hook to connection factoriesBoris Kolpackov1-7/+17
This will allow the user to either establish the connection themselves (using the handle c-tor) and/or configure the connection post-creation.
2011-08-21Add odb::connection classBoris Kolpackov1-3/+3
This abstract class represents a connection to the database. One can use it to start a transaction or to execute a native statement out of a transaction. Before we had concrete connection classes in the database runtime libraries (e.g., odb::mysql::connection). Now these classes derive from odb::connection.
2011-03-15Change shared_ptr callback interface to work in mt-environmentBoris Kolpackov1-2/+4
2011-02-21Validate connection in MySQL pool factoryBoris Kolpackov1-1/+7
This will help deal with the MySQL server closing connections after a certain period of inactivity.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-08-30Support for automake and VC++ buildsBoris Kolpackov1-3/+10
2010-08-18Move shared_ptr to the details namespaceBoris Kolpackov1-6/+5
2010-08-18Move buffer to the details namespaceBoris Kolpackov1-0/+1
2010-08-18Add connection_pool_factory, use it as the defaultBoris Kolpackov1-0/+90
2010-08-03Add version inclusion, other cosmetic changesBoris Kolpackov1-0/+1
2010-06-04Initial implementationBoris Kolpackov1-0/+54