I have a database that's being modified by another process. Every now and then I wanted to check the data being added into the tables. However, when I try to close the connection, the app hangs until the other process commits or closes its connection.
In the previous version, it would just close the connection and show an error message about not being able to do a WAL checkpoint.
Steps to reproduce
Open a SQLite database with SQLiteStudio.
Modify the database externally.
Click 'disconnect database' from the database list panel.
Details
I have a database that's being modified by another process. Every now and then I wanted to check the data being added into the tables. However, when I try to close the connection, the app hangs until the other process commits or closes its connection. In the previous version, it would just close the connection and show an error message about not being able to do a WAL checkpoint.
Steps to reproduce
Operating system
Windows 10 22H2
SQLiteStudio version
3.4.6