aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/polymorphic-object-statements.hxx
AgeCommit message (Collapse)AuthorFilesLines
2012-06-18Allocate container traits lazily and only when their definition is seenBoris Kolpackov1-2/+3
This fixes a problem with polymorphic hierarchies spread over multiple files in which case the source code for the derived class does not have the definition of the container traits for the base class. See the comment in the source code for further details.
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-0/+452