summaryrefslogtreecommitdiff
path: root/odb/mysql/inline.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-17/+0
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.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-07-22Next chunk of functionalityBoris Kolpackov1-0/+17
Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context.