CHANGES:
Added
- Added a child-process regression test covering the
execcallback and
concurrent statement preparation/finalization on a sharedFULLMUTEX
connection.
Changed
- Removed the
clib:pthreadOPAM tag, keeping onlyclib:sqlite3as package
classification metadata. - Bumped
ocamlformatto version0.29.0.
Fixed
- Released the OCaml runtime lock around more explicit SQLite API calls that can
contend on SQLite connection or statement mutexes, reducing the risk of
deadlocks in multi-threaded code.