summaryrefslogtreecommitdiff
path: root/odb/relational/mysql/context.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-21Cosmetic changes (function renames)Boris Kolpackov1-1/+2
2011-03-21Move to new "virtual functions in context" modelBoris Kolpackov1-6/+6
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+127
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.