aboutsummaryrefslogtreecommitdiff
path: root/tracer/object
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Get rid of special tracer databaseBoris Kolpackov4-473/+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-03-27Fix issues preventing building outside source directoryBoris Kolpackov1-2/+2
2011-02-25Add support for tests in subdirectoriesBoris Kolpackov1-1/+1
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-2/+2
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov3-3/+3
2010-11-26Save test result to a temp file instead of piping it to diffBoris Kolpackov1-1/+4
This makes tests more robust.
2010-09-28Rename begin_transaction() to begin()Boris Kolpackov1-12/+12
2010-09-20Rename store() to update()Boris Kolpackov1-4/+4
2010-09-13Change pragma syntaxBoris Kolpackov1-2/+2
Change odb pragma namespace to db. Use qualifiers (object, value, and member) to specify type/member name. Add support for mapping C++ types to db types.
2010-09-08Add suppor for VC++ buildBoris Kolpackov1-3/+12
2010-09-06Add automake build supportBoris Kolpackov1-1/+12
2010-08-20Remove unused header inclusionBoris Kolpackov1-1/+0
2010-08-03New testsBoris Kolpackov1-0/+3
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov3-43/+256
Test low-level API instead.
2010-06-04Initial set of testsBoris Kolpackov4-0/+235