aboutsummaryrefslogtreecommitdiff
path: root/schema/embedded
AgeCommit message (Collapse)AuthorFilesLines
2011-11-18Use default client character sets for Oracle examplesConstantin Michael1-1/+1
2011-11-17Add examples for OracleConstantin Michael1-0/+7
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-07-14Remove erroneous SQLite schema creation from schema exampleConstantin Michael1-9/+1
2011-07-13Add PostgreSQLConstantin Michael1-1/+7
2011-03-25SQLite supportBoris Kolpackov1-1/+19
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 Kolpackov5-0/+371
New options: --schema-format, --default-schema. New example: schema/embedded.