-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
What did you do?
- Created a database with the following schema:
CREATE TABLE "test" ("foo" TEXT, "bar" TEXT, FOREIGN KEY("bar") REFERENCES "test"("foo"));. - Select the "test" table.
- Select Modify Table.
- Select "bar" row.
- Select Remove.
- 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
Labels
No labels