Skip to content

Commit f47ddbf

Browse files
committed
Fixed small issue with case-sensitive SQL and GetTables() failing due to case issue:
System.Exception : Failed to execute sql statement: SELECT table_name FROM information_schema.tables ---- System.Data.SqlClient.SqlException : Invalid object name 'information_schema.tables'. at Migrator.Providers.TransformationProvider.ExecuteQuery(String sql) at Migrator.Providers.TransformationProvider.GetTables() information_schema.tables should be "INFORMATION_SCHEMA.TABLES".
1 parent 0321563 commit f47ddbf

File tree

1 file changed

+1039
-1039
lines changed

1 file changed

+1039
-1039
lines changed

0 commit comments

Comments
 (0)