aboutsummaryrefslogtreecommitdiff
path: root/odb/polymorphic-info.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-09-17Fix polymorphic section index overrun2.3.0.b1Boris Kolpackov1-11/+21
2013-09-02Support for versioning simple value in objectBoris Kolpackov1-1/+5
2013-08-14Add support for object sectionsBoris Kolpackov1-4/+59
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.
2013-06-11Qualify name to work around bogus VC++ ambiguitiesBoris Kolpackov1-2/+2
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-08Ground work for multi-database supportBoris Kolpackov1-4/+2
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-04-30VC++ workaroundsBoris Kolpackov1-1/+3
2012-04-29Add missing #includeBoris Kolpackov1-0/+2
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-0/+118