aboutsummaryrefslogtreecommitdiff
path: root/tracer/transaction/test.std
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Get rid of special tracer databaseBoris Kolpackov1-21/+0
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged.
2011-08-24Add support for transaction multiplexingBoris Kolpackov1-0/+2
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.
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-6/+0
Test low-level API instead.
2010-06-04Initial set of testsBoris Kolpackov1-0/+25