summaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22Initial support for non-polymorphic inheritanceBoris Kolpackov1-4/+50
Every class gets a separate table. New test: common/inheritance.
2011-03-25Further generalization work for SQLite supportBoris Kolpackov1-1/+2
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+107
The common part (in relational/) still has some MySQL-specific parts. Also, add the notion of the current context which is used to avoid explicitly passing the context object to every generator's c-tor.