aboutsummaryrefslogtreecommitdiff
path: root/common/auto/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-11-17Update PostgreSQLBoris Kolpackov1-1/+1
2014-11-14Old interface compatibility and testing fixesBoris Kolpackov1-1/+1
Now all tests pass for both Oracle and SQL Server.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-20Add test for object with only auto-id memberBoris Kolpackov1-0/+9
This tests the generation of the INSERT ... DEFAULT VALUES special syntax in some databases.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
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-08-19Test automatic id assignmentBoris Kolpackov1-0/+33