aboutsummaryrefslogtreecommitdiff
path: root/common/section/basics/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-05-04Ignore section logic when dealing with container elementsBoris Kolpackov1-0/+29
The container member itself can be in a section.
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-10-24Don't use auto id for BLOB testBoris Kolpackov1-3/+3
This causes problems with SQL Server 2005.
2013-08-14Add support for object sectionsBoris Kolpackov1-0/+600
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.