aboutsummaryrefslogtreecommitdiff
path: root/common/schema/embedded/order/makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-07-08Add support for Visual Studio 2005Boris Kolpackov1-2/+4
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov1-15/+13
Only possible in the development build system at this stage.
2013-06-13Handle --database option directly in automake and VC++ projectsBoris Kolpackov1-2/+3
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov1-1/+1
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-08Misc fixesBoris Kolpackov1-4/+4
2013-02-07Use multi-pass table creation in MySQLBoris Kolpackov1-0/+119
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.