aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/transaction-impl.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
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-11-17Remove unnecessary includesBoris Kolpackov1-2/+0
2011-08-24Add support for transaction multiplexingBoris Kolpackov1-4/+5
Also delay getting a connection until after we do all the sanity checks (e.g., that there is no active transaction). Otherwise we are running risk of getting blocked rather than throwing an exception.
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-01-04Copyright updateBoris Kolpackov1-1/+1
2010-08-30Support for automake and VC++ buildsBoris Kolpackov1-1/+7
2010-08-18Move shared_ptr to the details namespaceBoris Kolpackov1-2/+3
2010-08-03Add version inclusion, other cosmetic changesBoris Kolpackov1-0/+1
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-1/+0
Add low-level API instead.
2010-06-04Initial implementationBoris Kolpackov1-0/+50