aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/object-statements.hxx
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-07-05Support for callbacks in PG runtimeBoris Kolpackov1-0/+22
2011-06-24Use in_column_count to specify PostgreSQL object statements param countConstantin Michael1-4/+4
2011-05-27Cleanup object-statementsConstantin Michael1-18/+12
2011-05-26Add object-statments implementationConstantin Michael1-0/+413