aboutsummaryrefslogtreecommitdiff
path: root/schema/custom/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-03-01Resolve tr1/std::shared_ptr ambiguitiesBoris Kolpackov1-0/+2
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-16Add SQL Server supportBoris Kolpackov1-5/+7
2011-11-17Add examples for OracleConstantin Michael1-0/+59
2011-09-20Change query syntax to use . for composite and -> for object pointer accessBoris Kolpackov1-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-22Enable foreign key constraints checking in SQLiteBoris Kolpackov1-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-13Add PostgreSQLConstantin Michael1-0/+42
2011-02-25Add support for examples in subdirectoriesBoris Kolpackov1-0/+119
Move the schema example to schema/custom.