aboutsummaryrefslogtreecommitdiff
path: root/mysql/index/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-08Ground work for multi-database supportBoris Kolpackov1-2/+3
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-07-25Add support for defining indexesBoris Kolpackov1-0/+42
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.