aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-statements.ixx
AgeCommit message (Collapse)AuthorFilesLines
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-03-22Add object and container statement cachesBoris Kolpackov1-0/+54