]> git.ipfire.org Git - ipfire-2.x.git/commit
sqlite: Update to version 3380500
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 11 May 2022 08:40:17 +0000 (10:40 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 30 May 2022 19:33:34 +0000 (19:33 +0000)
commitefb7528e3ff2a0cf8f1a6f6eec4bcb20b3ae7986
tree8af9dea0a36ab5eaa9607c4b0860cfd05ffb27e1
parentc31e6689eaacc4539fbbac19ecfa7a12e8c4c993
sqlite: Update to version 3380500

- Update from version 3380300 to 3380500
- Update of rootfile not required
- Changelog
   Version 3.38.5
     The 3.38.4 patch release included a minor change to the CLI source code that did not
      work. The release manager only ran a subset of the normal release tests, and hence
      did not catch the problem. As a result, the CLI will segfault when using columnar
      output modes in version 3.38.4. This blunder did not affect the core SQLite library.
      It only affected the CLI.
     Take-away lesson: Always run all of your tests prior to a release - even a trival
      patch release. Always.
     The 3.38.5 patch release fixes the 3.38.4 blunder.
   Version 3.38.4
     Another user-discovered problem in the new Bloom filter optimization is fixed in this
      patch release. Without the fix, it is possible for a multi-way join that uses a
      Bloom filters for two or more tables in the join to enter an infinite loop if the
      key constraint on one of those tables contains a NULL value.

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