summaryrefslogtreecommitdiff
path: root/odb/relational/common.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-19Rework query machinery not to use '_' as primary table aliasBoris Kolpackov1-0/+1
Now we always qualify with the actual table name and use the '_' alias for situations where an object is referencing itself.
2011-05-04Add instance::get() functionBoris Kolpackov1-0/+6
2011-04-22Initial support for non-polymorphic inheritanceBoris Kolpackov1-2/+4
Every class gets a separate table. New test: common/inheritance.
2011-04-19Get rid of image type argument in value_traitsBoris Kolpackov1-6/+0
2011-03-21Cosmetic changesBoris Kolpackov1-1/+1
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+303
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.