databases/sqlite3: update to 3.38.3

see https://sqlite.org/releaselog/3_38_3.html

"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."
This commit is contained in:
landry 2022-04-29 05:54:04 +00:00
parent 98e25b6c8d
commit 72c759d43e
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3380200
PKGNAME= sqlite3-3.38.2
DISTNAME = sqlite-autoconf-3380300
PKGNAME= sqlite3-3.38.3
# XXX needs bumps every time :-
SHARED_LIBS += sqlite3 37.15 # 8.6
SHARED_LIBS += sqlite3 37.16 # 8.6
# sqlite suggests that users might like to assert() that library and header
# versions match, so bumps are needed even if function signatures don't change.
# ... at the current time the only one noticed is a < check (in subversion)

View File

@ -1,2 +1,2 @@
SHA256 (sqlite-autoconf-3380200.tar.gz) = 55dKoUMLrWkKXp95pu5chJKtqCadxnWHWtD7dH18raQ=
SIZE (sqlite-autoconf-3380200.tar.gz) = 3032390
SHA256 (sqlite-autoconf-3380300.tar.gz) = YfLdk6LjjDNGi3EllnwyGL+fTdg2Xe9gJeMU+QXclC4=
SIZE (sqlite-autoconf-3380300.tar.gz) = 3032969