Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-22 | Add session, database operations on pointers and const objects | Boris Kolpackov | 1 | -0/+24 | |
Currently, session is just an object cache. The persist, update, and erase database operations are overloaded to also work on object pointers. All the database operations and the query facility now support const objects. New session-related exceptions: not_in_session, already_in_session, const_object. | |||||
2010-09-26 | Fix a typo | Boris Kolpackov | 1 | -1/+1 | |
2010-09-23 | Add swap(), empty(), and size() to result class template | Boris Kolpackov | 1 | -0/+6 | |
2010-09-13 | Make odb::exception abstract | Boris Kolpackov | 1 | -0/+12 | |
Implement what() in concrete exceptions. | |||||
2010-08-26 | Add support for creating other build systems (meta-building) | Boris Kolpackov | 1 | -7/+13 | |
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations. | |||||
2010-08-20 | Add deadlock exception | Boris Kolpackov | 1 | -6/+4 | |
2010-07-20 | Get rid of the session mechanism for now | Boris Kolpackov | 1 | -8/+0 | |
Add low-level API instead. | |||||
2010-06-04 | Initial implementation | Boris Kolpackov | 1 | -0/+52 | |