aboutsummaryrefslogtreecommitdiff
path: root/schema/embedded/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Add --table-prefix optionBoris Kolpackov1-1/+1
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-03-21Factor out database macro setupBoris Kolpackov1-5/+1
2011-03-21Fix issues with build outside source directoryBoris Kolpackov1-2/+2
2011-03-01Add support for embedded database schemasBoris Kolpackov1-0/+117
New options: --schema-format, --default-schema. New example: schema/embedded.