aboutsummaryrefslogtreecommitdiff
path: root/odb/emitter.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-10-24Do not suppress empty lines from outputBoris Kolpackov1-15/+12
They could be added for formatting.
2011-03-21Suppress empty linesBoris Kolpackov1-12/+15
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+16
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.
2011-03-01Add support for embedded database schemasBoris Kolpackov1-0/+36
New options: --schema-format, --default-schema. New example: schema/embedded.