aboutsummaryrefslogtreecommitdiff
path: root/mysql/index
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov3-3/+3
2012-10-29Don't make database default in database-specific testsBoris Kolpackov1-2/+2
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-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+4
2012-07-25Add support for defining indexesBoris Kolpackov4-0/+173
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.