Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 1 | -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-25 | Add support for defining indexes | Boris Kolpackov | 1 | -0/+42 | |
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index. |