summaryrefslogtreecommitdiff
path: root/odb/relational/header.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09New templated query_columns architectureBoris Kolpackov1-14/+33
We also now use the correct separate "role"-base join approach instead of having a single merged join for each table.
2011-03-24Generalization work for MySQL and SQLite supportBoris Kolpackov1-11/+2
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+54
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.