Skip to content

Incorrect handling of string types with length limits #245

@essenciary

Description

@essenciary

It looks like for string types with character limit (eg VARCHAR (100), TEXT (100) etc.

These are not enforced by SQLite and are provided only for SQL compatibility, but they are "legal".

However, this throws a warning at it shouldn't.

image

These types arrive in Julia with their limits:
Unsupported SQLite declared type TEXT (100)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions