Skip to content

SQLiteStudio won't re-read database when DB is on network share #5520

@saper-2

Description

@saper-2

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 ☹️, unless I click "Disconnect" and "Connect" and execute the query again, then I can see those changes made by script.

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 😑

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions