aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/section-statements.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-09-28Make schema version access (but not modification) thread-safeBoris Kolpackov1-0/+13
Also cache the version in statements so that we don't have to lock the mutex (slow) every time we need to check the version.
2013-08-30Statement processing/optimization base workBoris Kolpackov1-0/+3
2013-08-14Add support for object sectionsBoris Kolpackov1-0/+203
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.