Convert-SQL-Server-to-SQLite
Convert-SQL-Server-to-SQLite copied to clipboard
Mistake convert: ntext => text
In DbAccess\SqlServerToSQLite.cs > CreateTableSchema() Method Line 973: else if (dataType == "ntext") dataType = "text"; // => dataType = "ntext";