aboutsummaryrefslogtreecommitdiff
path: root/odb/transaction.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-04-25Add default constructor, finalized() accessor to transactionBoris Kolpackov1-0/+8
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-08Add callback_ prefix to transaction callback functionsBoris Kolpackov1-12/+15
Also test callback_update().
2013-02-05Add support for updating callback registrationBoris Kolpackov1-0/+9
2013-01-18Add support for post-commit/rollback callbacksBoris Kolpackov1-0/+85
New test: common/transaction/callback.
2012-04-26Add database::reset()Boris Kolpackov1-3/+12
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