aboutsummaryrefslogtreecommitdiff
path: root/mapping/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Add --table-prefix optionBoris Kolpackov1-1/+2
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
2011-07-14Inline PostgreSQL traits implementation and remove cxx fileConstantin Michael1-1/+1
2011-07-13Add PostgreSQLConstantin Michael1-1/+1
2011-03-30Autotools support for SQLiteBoris Kolpackov1-1/+1
2011-03-27Don't run fake db driver for SQLiteBoris Kolpackov1-2/+2
By default embedded schema is used.
2011-03-21Factor out database macro setupBoris Kolpackov1-5/+1
2011-03-21Fix issues with build outside source directoryBoris Kolpackov1-3/+3
2011-02-25Add support for examples in subdirectoriesBoris Kolpackov1-1/+1
Move the schema example to schema/custom.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-23README files for the examplesBoris Kolpackov1-2/+4
2010-09-23Add the mapping exampleBoris Kolpackov1-0/+118
It shows how to map between C++ value types and SQL types