summaryrefslogtreecommitdiff
path: root/odb/relational/mysql/common.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-28Add wrapper support for containersBoris Kolpackov1-3/+6
2011-08-28Add wrapper support for composite valuesBoris Kolpackov1-2/+15
NULL semantics for composite values is not yet supported.
2011-03-21Cosmetic changesBoris Kolpackov1-6/+6
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+226
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.