aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-01Add support for embedded database schemasBoris Kolpackov1-0/+24
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-21Add recoverable, connection_lost, and timeout exceptionsBoris Kolpackov1-0/+12
The deadlock exception now inherits from recoverable. New manual section: 3.5, "Error Handling and Recovery".
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-01Implement not_null pointer pragmaBoris Kolpackov1-0/+6
New exception: null_pointer.
2010-11-22Add session, database operations on pointers and const objectsBoris Kolpackov1-0/+18
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-26Fix a typoBoris Kolpackov1-1/+1
2010-09-23Add swap(), empty(), and size() to result class templateBoris Kolpackov1-0/+6
2010-09-13Make odb::exception abstractBoris Kolpackov1-0/+35
Implement what() in concrete exceptions.
2010-06-04Initial implementationBoris Kolpackov1-0/+10