Open huyphams opened 4 years ago
I'have experienced the same problem.
Also experiencing this same issue, running Build 146.
Experiencing the same issue on windows wsl 2, sqlite3, tableplus build 160
Any news on this?
Same.
👀 Same boat!
Same issue. WSL2 / SQLite 3 Version 4.2.12 (176) - x64
Glad I found this issue. I am experiencing the same.
When I do (CTRL + K) to select database it shows a messsage: This feature is not available for this driver. WSL2 / SQLite 3.36.0 Version 4.5.1 (178) - x64
Any updates?
I think this issue is the WSL issue, all other database clients hav the same error, not only TablePlus.
I believe that this is down to file access permissions in WSL; you cannot open the SQLite file that's used by WSL using a TablePlus instance that's running in the Windows environment. My workaround is to install TablePlus in WSL itself and use that to access the SQLite database files.
I think this issue might be solved if we had an option to "SSH" into the WSL distro and then select the SQLite file from there. An example of software implementing this is "Tinkerwell"
Which driver are you using and version of it (Ex: PostgreSQL 10.0): Sqlite3
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Build 124
The steps to reproduce this issue:
Create sqlite3 db file in WSL home directory
Open db file to view content
Run Select * from table
Database is locked
Moved from: https://github.com/TablePlus/TablePlus/issues/1899