aboutsummaryrefslogtreecommitdiff
path: root/schema/custom/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
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.