summaryrefslogtreecommitdiff
path: root/odb/relational/sqlite/schema.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Enable foreign key constraints checking in SQLiteBoris Kolpackov1-0/+16
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-22Add pragma for setting type's or member's default valueBoris Kolpackov1-1/+25
New pragma: default. New test: default.
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov1-0/+44