-
-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Description
Hi,
I have sqlite3 db on server with a script. The script insert & updates some rows, and from ssh via sqlite3 command I can select and see those new & changed record (basic select * from ...).
In SQLiteStudio I have the db connected via samba share (e.g.: \\192.168.1.255\var\www\db\thedb.db3 - db file is RW for both: the samba user & the script).
The problem is:
When I run the same query (select * from ...) in SQLiteStudio I do not see those new/changed records
It seems to be some kind of cache - is there a option to disable this cache in SQLiteStudio? Because constantly clicking Connect-Disconnect is not a solution 😑
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels