Skip to content

Mistake convert: ntext => text #1

@HaddadCSharp

Description

@HaddadCSharp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions