Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-26 | Make session optional | Boris Kolpackov | 1 | -1/+1 | |
2012-02-28 | Test std::shared_ptr in C++11 mode and std::tr1::shared_ptr in C++98 mode | Boris Kolpackov | 1 | -20/+24 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
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 | -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-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 1 | -3/+6 | |
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-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-12-09 | Cosmetic change (rename naked pointer to raw pointer) | Boris Kolpackov | 1 | -1/+1 | |
2010-11-26 | Add support for recursive object loading | Boris Kolpackov | 1 | -24/+23 | |
If an object of a type needs to be loaded recursively, then it is addded to the delayed loading list which is processed once the statements are unlocked. | |||||
2010-11-25 | Add support for object pointers in query | Boris Kolpackov | 1 | -0/+41 | |
2010-11-24 | Implement support for many-to-{one,many} inverse relationships | Boris Kolpackov | 1 | -27/+152 | |
2010-11-22 | Test one-to-{one,many} inverse relationships | Boris Kolpackov | 1 | -0/+163 | |