aboutsummaryrefslogtreecommitdiff
path: root/odb/database.ixx
AgeCommit message (Collapse)AuthorFilesLines
2011-01-18Add support for native SQL statement executionBoris Kolpackov1-0/+14
New test: mysql/native. New manual section: 3.9, "Executing Native SQL Statements".
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-22Add session, database operations on pointers and const objectsBoris Kolpackov1-5/+172
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-20Cache result by defaultBoris Kolpackov1-4/+11
2010-08-16Make small functions inlineBoris Kolpackov1-0/+21
2010-06-04Initial implementationBoris Kolpackov1-0/+12