aboutsummaryrefslogtreecommitdiff
path: root/composite/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-03-27Add missing header includeBoris Kolpackov1-0/+1
2011-03-25SQLite supportBoris Kolpackov1-1/+20
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-3/+3
Port all the examples and tests.
2011-01-13Add composite, relationship, and inverse examplesBoris Kolpackov1-0/+46
All add the TR1 <memory> test for the latter two examples.