Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-01 | Resolve tr1/std::shared_ptr ambiguities | Boris Kolpackov | 1 | -0/+2 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-09-20 | Change query syntax to use . for composite and -> for object pointer access | Boris Kolpackov | 1 | -1/+1 | |
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-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-17 | Include missing header | Boris Kolpackov | 1 | -0/+1 | |
2011-01-13 | Add composite, relationship, and inverse examples | Boris Kolpackov | 1 | -0/+258 | |
All add the TR1 <memory> test for the latter two examples. |