aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/transaction-impl.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeHEADmasterKaren Arutyunov1-1/+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-5/+5
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-09-26Fix a typoBoris Kolpackov1-1/+1
2010-08-30Support for automake and VC++ buildsBoris Kolpackov1-1/+7
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-1/+0
Add low-level API instead.
2010-06-04Initial implementationBoris Kolpackov1-0/+44