aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/transaction.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-24Add support for transaction multiplexingBoris Kolpackov1-0/+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-03-21Add base SQLite database classesBoris Kolpackov1-0/+59