aboutsummaryrefslogtreecommitdiff
path: root/mapping/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.
2010-09-23Add include guard to database.hxxBoris Kolpackov1-1/+6
2010-09-23Add the mapping exampleBoris Kolpackov1-0/+41
It shows how to map between C++ value types and SQL types