aboutsummaryrefslogtreecommitdiff
path: root/inheritance/database.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Enable foreign key constraints checking in SQLiteBoris Kolpackov1-2/+11
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-14Correct file descriptionsConstantin Michael1-1/+1
2011-07-13Add PostgreSQLConstantin Michael1-1/+7
2011-04-26Add inheritance exampleBoris Kolpackov1-0/+66