aboutsummaryrefslogtreecommitdiff
path: root/common/composite/driver.cxx
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-03-28Recode tests to work with implementations lacking result::size()Boris Kolpackov1-2/+4
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-06Perform two iterations of the testBoris Kolpackov1-78/+90
2010-10-27Implement support for composite value typesBoris Kolpackov1-0/+117
New test: common/composite.