aboutsummaryrefslogtreecommitdiff
path: root/common/schema/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07Use multi-pass table creation in MySQLBoris Kolpackov1-112/+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-09-17Remove unused local typedefs (GCC 4.8 warning)Boris Kolpackov1-1/+0
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/+73
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-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-28Rename begin_transaction() to begin()Boris Kolpackov1-1/+1
2010-09-08Add suppor for VC++ buildBoris Kolpackov1-1/+1
2010-08-18Cosmetic changesBoris Kolpackov1-2/+0
2010-08-03New testsBoris Kolpackov1-0/+3
2010-06-04Initial set of testsBoris Kolpackov1-0/+43