Skip to content

[Bug]: Crashes when try to delete column #4061

@kraai

Description

@kraai

What did you do?

  1. Created a database with the following schema: CREATE TABLE "test" ("foo" TEXT, "bar" TEXT, FOREIGN KEY("bar") REFERENCES "test"("foo"));.
  2. Select the "test" table.
  3. Select Modify Table.
  4. Select "bar" row.
  5. Select Remove.
  6. Select Yes.

What did you expect to see?

I expected that the bar column would be removed from the test table.

What did you see instead?

DB Browser for Sqlite crashed.

DB4S Version

3.13.1

What OS are you seeing the problem on?

MacOS

OS version

Tahoe 26.1

Relevant log output

Prevention against duplicate issues

  • I have searched for similar issues

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