aboutsummaryrefslogtreecommitdiff
path: root/common/schema/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07Use multi-pass table creation in MySQLBoris Kolpackov1-157/+0
This deals with table creation order and circular dependencies. Unfortunately, there doesn't seem to be a way in MySQL to drop a foreign key only if it exists without resorting to stored procedures.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-26Implement support for database schemaBoris Kolpackov1-3/+82
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality.
2011-07-06Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema testConstantin Michael1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-13Change pragma syntaxBoris Kolpackov1-11/+11
Change odb pragma namespace to db. Use qualifiers (object, value, and member) to specify type/member name. Add support for mapping C++ types to db types.
2010-08-03New testsBoris Kolpackov1-0/+3
2010-07-22Use std::string as object idBoris Kolpackov1-1/+1
2010-07-20Test mapping of basic C++ types to DB typesBoris Kolpackov1-1/+19
2010-06-04Initial set of testsBoris Kolpackov1-0/+58