aboutsummaryrefslogtreecommitdiff
path: root/odb/database.hxx
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22Add session, database operations on pointers and const objectsBoris Kolpackov1-6/+64
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-28Rename begin_transaction() to begin()Boris Kolpackov1-1/+1
2010-09-22Explicitly include odb/exceptions.hxx in odb/database.hxxBoris Kolpackov1-0/+1
2010-09-20Add persist(const) version, make update()'s argument constBoris Kolpackov1-1/+5
2010-09-20Rename store() to update()Boris Kolpackov1-2/+2
2010-09-20Cache result by defaultBoris Kolpackov1-4/+8
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-1/+9
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-16Make use of const style consistentBoris Kolpackov1-5/+5
2010-08-10Make result copy-assignableBoris Kolpackov1-3/+3
Return result from database::query instead of pointer to impl
2010-08-10Add query supportBoris Kolpackov1-0/+16
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-21/+37
Add low-level API instead.
2010-06-04Initial implementationBoris Kolpackov1-0/+71