aboutsummaryrefslogtreecommitdiff
path: root/odb/query.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Workaround for VC9Boris Kolpackov1-5/+13
2011-09-20Change query syntax to use . for composite and -> for object pointer accessBoris Kolpackov1-0/+18
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-09-09New templated query_columns architectureBoris Kolpackov1-12/+13
We also now use the correct separate "role"-base join approach instead of having a single merged join for each table.
2011-09-05Support for views; native partBoris Kolpackov1-2/+30
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-0/+5
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-0/+4
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-13Let the DB implementation define a specialization of queryBoris Kolpackov1-23/+3
2010-08-10Add query supportBoris Kolpackov1-0/+38