- update to 3.38.2:

* Fix a problem with the 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.
  * Other minor patches.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=280
This commit is contained in:
2022-03-29 11:46:41 +00:00
committed by Git OBS Bridge
parent 47ab3d6e59
commit c464d12817
6 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 29 08:21:26 UTC 2022 - Reinhard Max <max@suse.com>
- update to 3.38.2:
* Fix a problem with the 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.
* Other minor patches.
-------------------------------------------------------------------
Wed Mar 16 16:24:45 UTC 2022 - Reinhard Max <max@suse.com>