LinuxDoku / migratordotnet

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

SqlServerCe does not works. Assumes default schema is dbo #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Revision 144 added additional checks to the TableExists function in the 
SqlServer transform (ln 68 in SqlServerTransformationProvider.cs).

If the schema is not specified, the new code assumes it is dbo.
This is not the case for compact databases.

I was unable to get the test suite to work, but the patch should be 
covered by the TableExistsWorks test that already exists in 
TransformationProviderBase.

Original issue reported on code.google.com by dani...@jasek.org on 28 Apr 2010 at 4:18

Attachments: