aboutsummaryrefslogtreecommitdiff
path: root/common/composite
AgeCommit message (Collapse)AuthorFilesLines
2011-09-20Change query syntax to use . for composite and -> for object pointer accessBoris Kolpackov1-2/+2
Also make non-inverse query columns act as both an object pointer and a normal column. The latter allows us to use natural expressions such as query<employee>::employer.is_null ().
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-1/+1
2011-04-22Test empty composite value typeBoris Kolpackov1-1/+7
2011-03-28Recode tests to work with implementations lacking result::size()Boris Kolpackov1-2/+4
2011-03-27Fix issues preventing building outside source directoryBoris Kolpackov1-3/+3
2011-02-25Add support for tests in subdirectoriesBoris Kolpackov1-1/+1
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-01-24Rename type to avoid conflict with memberBoris Kolpackov1-2/+2
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-11-06Perform two iterations of the testBoris Kolpackov1-78/+90
2010-10-27Implement support for composite value typesBoris Kolpackov4-0/+302
New test: common/composite.