SHA256
1
0
forked from pool/sqlite3

Accepting request 879748 from home:AndreasStieger:branches:server:database

SQLite 3.35.2

OBS-URL: https://build.opensuse.org/request/show/879748
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=258
This commit is contained in:
Reinhard Max 2021-03-18 08:32:44 +00:00 committed by Git OBS Bridge
parent b311b5d183
commit e7732c1be7
6 changed files with 29 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27433ffad8f056c98616a2c3dd4d55a2a997e9bee068630c4f43b6ae75413602
size 10165959

3
sqlite-doc-3350200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ae1e29f2dc4e13b787d4a074cf3844751fedab94b4304a4e89bf6e7bdb79b8d
size 10182547

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c72dea7b8148a4c1b00145c9aab52317cffbfb46b6179c476f6e41d4f87c6af2
size 12814378

3
sqlite-src-3350200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6af39632ed596ff3294f35caff4d671745f81894135f9789ceecf696dfc38703
size 12815298

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 17 21:39:16 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- SQLite 3.35.2:
* Fix a problem in the appendvfs.c extension that was introduced
into version 3.35.0.
* Ensure that date/time functions with no arguments (which
generate responses that depend on the current time) are treated
as non-deterministic functions.
* Fix a problem in the sqldiff utility program having to do with
unusual whitespace characters in a virtual table definition.
* Limit the new UNION ALL optimization described by item 8c in
the 3.35.0 release so that it does not try to make too many
new subqueries.
- include changes from 3.35.1:
* Fix a bug in the new DROP COLUMN feature when used on columns
that are indexed and that are quoted in the index definition.
* Improve the built-in documentation for the .dump command in the
CLI.
-------------------------------------------------------------------
Mon Mar 15 07:59:12 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -17,10 +17,10 @@
%define oname sqlite
%define tarversion 3350000
%define tarversion 3350200
%bcond_with icu
Name: sqlite3
Version: 3.35.0
Version: 3.35.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
@ -133,6 +133,7 @@ export CFLAGS="%{optflags} \
-DSQLITE_SOUNDEX \
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
-DSQLITE_SECURE_DELETE \
-SQLITE_ENABLE_MATH_FUNCTIONS \
"
%configure \
--disable-static \