aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/transaction.ixx
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-08-24Add support for transaction multiplexingBoris Kolpackov1-0/+6
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/+41