aboutsummaryrefslogtreecommitdiff
path: root/odb/database.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-18Add function_wrapper::cast() that cleanly cast to an incompatible function typeKaren Arutyunov1-1/+1
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-11-09Make database class move-constructibleBoris Kolpackov1-1/+1
This means it can be returned by value from a function in C++11.
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-10-31Allow lambdas & std::functions as query factories with C++-98 builds of libodbMichael Shepanski1-0/+32
2013-09-28Make schema version access (but not modification) thread-safeBoris Kolpackov1-13/+12
Also cache the version in statements so that we don't have to lock the mutex (slow) every time we need to check the version.
2013-09-12Optimize schema version access for default schemaBoris Kolpackov1-0/+33
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-06-18Remove unnecessary checks for current transactionBoris Kolpackov1-3/+0
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-21Add odb::connection classBoris Kolpackov1-0/+10
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-06-04Initial implementationBoris Kolpackov1-0/+14