summaryrefslogtreecommitdiff
path: root/odb/relational/schema.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-04-25Add support for abstract object typesBoris Kolpackov1-3/+3
2011-03-21Create indexes in separate SQL statementsBoris Kolpackov1-26/+50
This is more vendor-neutral.
2011-03-21Separate auto increment from database typeBoris Kolpackov1-2/+8
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+379
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.