Skip to content

Incorporate support for dropping foreign keys in SQLite when available #35

Description

@boris-kolpackov

Currently (as of version 3.53.0) SQLite does not support dropping of foreign key constraints which in turn means one cannot drop columns that belong to such constraints. Which makes the now support ALTER TABLE DROP COLUMN quite limited. On our side this means we have to still resort to logical drop (set to NULL) for such columns.

But it feels like this support might be coming soon and so we should check future SQLite versions: https://sqlite.org/forum/forumpost/ac8e024cdd

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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