vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

[BUG] Can't create, update, delete SQLite records

Open danielfajt opened this issue 3 years ago • 2 comments

  • OS: MacOS, Monterey, 12.1
  • Database Type: SQLite

When I try to create, update or delete a database record in SQLite, the operation status says: EXECUTE SUCCESS, but nothing really happens. The table tab is reloaded, but records remain unmodified. I can, however, create tables for example. I tried this on two different SQLite databases.

danielfajt avatar Feb 10 '22 11:02 danielfajt

Try install sqlite3. brew install sqlite3

cweijan avatar Feb 16 '22 01:02 cweijan

Same for me on a mysql database & mac.

markmcdowell avatar Feb 28 '22 13:02 markmcdowell