summaryrefslogtreecommitdiff
path: root/odb/relational
AgeCommit message (Collapse)AuthorFilesLines
2011-03-21Cache current context in static variableBoris Kolpackov4-21/+55
2011-03-21Cosmetic changes (function renames)Boris Kolpackov3-9/+12
2011-03-21Cosmetic changesBoris Kolpackov5-53/+53
2011-03-21Move to new "virtual functions in context" modelBoris Kolpackov2-12/+12
2011-03-21Add default_ctor() to semantics::class_Boris Kolpackov2-8/+2
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 Kolpackov21-0/+7316
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.