vscode-database-client
vscode-database-client copied to clipboard
[BUG] Can't create, update, delete SQLite records
- 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.
Try install sqlite3.
brew install sqlite3
Same for me on a mysql database & mac.