Closed
Description
Does anyone know how to abort a running query?
I added the sqlite3_interruput to SQL-JS, however since the underlying code is really synchronous, this really does nothing. I found an abort controller, issue with great discussion but without any outcome. There is a pragma busy-timeout which does not seem to abort the query. The only other method I have used is terminating the worker, however, then I have to reload the database.
Any thoughts?
Metadata
Metadata
Assignees
Labels
No labels