]> git.ipfire.org Git - ipfire-2.x.git/commit
sqlite: Update to version 3380300
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 28 Apr 2022 11:14:25 +0000 (13:14 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 29 Apr 2022 18:59:13 +0000 (18:59 +0000)
commit8596273dca625444ef1b28a7a7e61a1354c23c47
tree65227111ebdde989ac3df97cb840bdf7d7cb7a93
parent94e680c36d2f16577e16dc7748721c990efde492
sqlite: Update to version 3380300

- Update from version 3380000 to 3380300
- Update of rootfile not required
- Changelog
3.38.3 (2022-04-27):
    Fix a case of the query planner be overly aggressive with optimizing
             automatic-index and Bloom-filter construction, using inappropriate ON clause
             terms to restrict the size of the automatic-index or Bloom filter, and
             resulting in missing rows in the output. Forum thread 0d3200f4f3bcd3a3.
    Other minor patches. See the timeline for details.
3.38.2 (2022-03-26):
    Fix a user-discovered problem with the new Bloom filter optimization that
             might cause an incorrect answer when doing a LEFT JOIN with a WHERE clause
             constraint that says that one of the columns on the right table of the LEFT
             JOIN is NULL. See forum thread 031e262a89b6a9d2.
    Other minor patches. See the timeline for details.
3.38.1 (2022-03-12):
    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.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/sqlite