aboutsummaryrefslogtreecommitdiff
path: root/pgsql/index
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Ground work for multi-database supportBoris Kolpackov1-3/+4
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/+172
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.