aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/result.txx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-18Fix custom recursive loading in post_load callbackBoris Kolpackov1-2/+1
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-05Support for callbacks in PG runtimeBoris Kolpackov1-2/+7
2011-07-05Use fine grained fetch control provided by select_statementConstantin Michael1-9/+4
2011-07-04Add query and result implementationConstantin Michael1-0/+134