Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |