皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

SQLite 3.38.1 发布

SQLite 3.38.1 发布

Fix problems with the new Bloom filter optimization that might cause some obscure queries to get an incorrect answer.

Fix the localtime modifier of the date and time functions so that it preserves fractional seconds.

Fix the sqlite_offset SQL function so that it works correctly even in corner cases such as when the argument is a virtual column or the column of a view.

Fix row value IN operator constraints on virtual tables so that they work correctly even if the virtual table implementation relies on bytecode to filter rows that do not satisfy the constraint.

Other minor fixes to assert() statements, test cases, and documentation. See the source code timeline for details.

Hashes:

SQLITE_SOURCE_ID: 2022-03-12 13:37:29 38c210fdd258658321c85ec9c01a072fda3ada94540e3239d29b34dc547a8cbc

SHA3-256 for sqlite3.c: 262ba071e960a8a0a6ce39307ae30244a2b0dc9fe1c4c09d0e1070d4353cd92c

转自 Release History Of SQLite