-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Details for the issue
I have an existing DB. I tested both newly created DB by sqlitebrowser and one created by another app like PHP.
When I click on modify table, table columns are not populated. It's showing it as if it's empty
For example:
CREATE TABLE updates
(
);
But when I use "Copy Create Command" or open with another app, I see this:
CREATE TABLE "updates" ( "time" INTEGER, "id" INTEGER, "t" REAL, "h" REAL, "st" REAL, "enabled" INTEGER, "relay_on" TEXT, "cod" TEXT, "ip" TEXT)
Useful extra information
I'm opening this issue because:
- DB4S is crashing
- [ X] DB4S has a bug
- DB4S needs a feature
- DB4S has another problem
I'm using DB4S on:
- Windows: ( version: ___ )
- [ X] Linux: (Debian 9 64 bit )
- Mac OS: ( version: ___ )
- Other: ___
I'm using DB4S version:
- 3.10.1
- 3.10.0
- [ x] 3.9.1
- Other: ___
I have also:
- Tried out the latest nightly version: https://github.com/sqlitebrowser/sqlitebrowser#nightly-builds
- Searched for an existing similar issue: https://github.com/sqlitebrowser/sqlitebrowser/issues?utf8=%E2%9C%93&q=is%3Aissue%20
Metadata
Metadata
Assignees
Labels
No labels