LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Enable support for Sql Server Foreign Key constraints #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The SqlServerTransformationProvider overrides the AddForeignKey method -
however, I've found that the base method works fine here (SQL Server 2005).

The override removes the constraint handling code from the base method,
which means that foreign key constraints are not supported.

Original issue reported on code.google.com by michael....@gmail.com on 29 May 2008 at 2:34

GoogleCodeExporter commented 8 years ago
This is fixed in the refactorings-unstable branch. That method is not 
overridden any
longer.

Original comment by geoffl...@gmail.com on 29 May 2008 at 4:16

GoogleCodeExporter commented 8 years ago
Great! I've just pulled out the refactorings-unstable branch and found it a lot 
more
usable (and cleaner). The use of DbType is especially welcome.

Original comment by michael....@gmail.com on 2 Jun 2008 at 2:51

GoogleCodeExporter commented 8 years ago
Closing - WontFix because the refactorings-unstable branch is now the trunk, so 
this
is not really an issue anymore

Original comment by geoffl...@gmail.com on 5 Jun 2008 at 3:00