summaryrefslogtreecommitdiff
path: root/odb/mysql/context.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-127/+0
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/+1
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-18Version image typesBoris Kolpackov1-0/+3
2010-11-17Add support for unidirectional object relationshipsBoris Kolpackov1-1/+2
New test: common/relationship.
2010-11-06Add support for container persistenceBoris Kolpackov1-3/+10
2010-11-01Factor assignment of database type to separate passBoris Kolpackov1-4/+7
2010-10-27Implement support for composite value typesBoris Kolpackov1-0/+10
New test: common/composite.
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-08-19Add support for automatic object idsBoris Kolpackov1-0/+3
2010-07-30Add support for the rest of database operationsBoris Kolpackov1-4/+4
2010-07-23Add generation of the image class definitionBoris Kolpackov1-4/+56
2010-07-22Next chunk of functionalityBoris Kolpackov1-0/+47
Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context.