summaryrefslogtreecommitdiff
path: root/odb/relational/header.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22Initial support for non-polymorphic inheritanceBoris Kolpackov1-28/+110
Every class gets a separate table. New test: common/inheritance.
2011-03-24Generalization work for MySQL and SQLite supportBoris Kolpackov1-20/+52
2011-03-21Add default_ctor() to semantics::class_Boris Kolpackov1-4/+1
Use it in the code generators instead of calling the GCC AST macro.
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+886
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.