summaryrefslogtreecommitdiff
path: root/odb/relational/mysql/header.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2015-02-04Implement object loading viewsBoris Kolpackov1-36/+6
See section 10.2 in the manual for details.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-11-09Make sure we can use same type as both container and simple valueBoris Kolpackov1-1/+1
2011-04-19Implement automatic mapping for C++ enumsBoris Kolpackov1-1/+3
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-0/+166
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.