Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2012-01-16 | Add SQL Server support | Boris Kolpackov | 1 | -5/+7 | |
2011-11-17 | Add examples for Oracle | Constantin Michael | 1 | -0/+59 | |
2011-09-20 | Change query syntax to use . for composite and -> for object pointer access | Boris Kolpackov | 1 | -1/+1 | |
Also make non-inverse query columns act as both an object pointer and a normal column. The latter allows us to use natural expressions such as query<employee>::employer.is_null (). | |||||
2011-08-22 | Enable foreign key constraints checking in SQLite | Boris Kolpackov | 1 | -1/+18 | |
Due to bugs in SQLite DDL foreign key support, we have to temporarily disable foreign keys when re-creating the schema. New manual section: 12.5.3, "Foreign Key Constraints". | |||||
2011-07-13 | Add PostgreSQL | Constantin Michael | 1 | -0/+42 | |
2011-02-25 | Add support for examples in subdirectories | Boris Kolpackov | 1 | -0/+119 | |
Move the schema example to schema/custom. |