aboutsummaryrefslogtreecommitdiff
path: root/odb/transaction.hxx
AgeCommit message (Collapse)AuthorFilesLines
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-07Add support for SQL statement tracingBoris Kolpackov1-0/+15
2011-08-24Add support for transaction multiplexingBoris Kolpackov1-14/+34
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-2/+16
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-2/+2
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-2/+8
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-16Cosmetic changeBoris Kolpackov1-1/+1
2010-08-10Cosmetic changeBoris Kolpackov1-1/+1
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-41/+1
Add low-level API instead.
2010-06-04Initial implementationBoris Kolpackov1-0/+139