aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-statements.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06Support for views; native partBoris Kolpackov1-16/+10
2011-08-18Fix custom recursive loading in post_load callbackBoris Kolpackov1-0/+16
Before we called the callback while holding the statements locked. As a result, if the callback tried to load another object of this type, it failed. Now we unlock the statements (since we have completely loaded the object from ODB's point of view) and then call the callback. The callback test has been updated to test this situation.
2011-07-04Implement support for database operations callbacksBoris Kolpackov1-0/+22
New object pragma: callback. New test: common/callback. New manual section: 10.1.4, "callback".
2011-03-24Add support for clearing connection from active and uncached statementsBoris Kolpackov1-0/+16
2011-03-24Add image/binding versioningBoris Kolpackov1-0/+40
2011-03-22Add object and container statement cachesBoris Kolpackov1-0/+333