Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-21 | Rework const object handling | Boris Kolpackov | 1 | -13/+11 | |
Now objects are always loaded as non-const and the object cache in session treats all objects as non-const. | |||||
2011-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 1 | -1/+1 | |
2011-03-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 1 | -4/+8 | |
2011-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 1 | -3/+3 | |
2011-02-25 | Add support for tests in subdirectories | Boris Kolpackov | 1 | -1/+1 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 1 | -1/+1 | |
Port all the examples and tests. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 3 | -3/+3 | |
2010-11-28 | Simplify tests by using literal names | Boris Kolpackov | 2 | -20/+11 | |
2010-11-26 | Save test result to a temp file instead of piping it to diff | Boris Kolpackov | 1 | -1/+4 | |
This makes tests more robust. | |||||
2010-11-22 | Test const object operations | Boris Kolpackov | 4 | -0/+379 | |