Convert-SQL-Server-to-SQLite icon indicating copy to clipboard operation
Convert-SQL-Server-to-SQLite copied to clipboard

Mistake convert: ntext => text

Open HaddadCSharp opened this issue 7 years ago • 0 comments

In DbAccess\SqlServerToSQLite.cs > CreateTableSchema() Method Line 973: else if (dataType == "ntext") dataType = "text"; // => dataType = "ntext";

HaddadCSharp avatar Sep 07 '18 13:09 HaddadCSharp