- Update from version 3.50.0 to 3.50.1
- Update of rootfile
- Changelog
3.50.1
Fix a long-standing bug in jsonb_set() and similar that was exposed by new
optimizations added in version 3.50.0.
Fix an apparently harmless ASAN warning that can occur on builds that use
-DSQLITE_DEFAULT_MEMSTATUS=0.
Fix an off-by-one bug in sqlite3_rsync that can result in the last page not
being transferred for the replicate database.
Query planner optimization: Allow the right-hand side of a LEFT JOIN to be
flattened even if it is a virtual table.
Fix sqlite3_setlk_timeout() to use a blocking lock when opening a snapshot
transaction and when block by another process running recovery.
Other minor fixes that were reported after the 3.50.0 release.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>