I am having the issue that SQLite puts a lock on the table if I do a select statement and then the lock is not released.
I can release the lock by doing an sql "commit", or leaving the application.
USYS$SLE_PARAMS options for wal and locking are not set
Is this normal behaviour?
Example
sql "select 1 from uform", "def"
;;; wait 30 minutes
;;;; table is locked
sql "commit", "def"
;;; lock is removed
------------------------------
Osman Shariff
------------------------------



