SHA256
1
0
forked from pool/sqlite3

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

SQLite 3.8.4

OBS-URL: https://build.opensuse.org/request/show/225478
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=93
This commit is contained in:
Sascha Peilicke 2014-03-11 12:10:44 +00:00 committed by Git OBS Bridge
parent eb5519679d
commit 516d56a9be
6 changed files with 48 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Mar 10 15:43:55 UTC 2014 - andreas.stieger@gmx.de
- SQLite 3.8.4
- general changes:
* Code optimization and refactoring for improved performance.
* Add the ".clone" and ".save" commands to the command-line shell.
* Update the banner on the command-line shell to alert novice
users when they are using an ephemeral in-memory database.
* Fix editline support in the command-line shell.
* Add support for coverage testing of VDBE programs using the
SQLITE_TESTCTRL_VDBE_COVERAGE verb of sqlite3_test_control().
* Update the _FILE_OFFSET_BITS macro so that builds work again on
QNX.
* Change the datatype of SrcList.nSrc from type u8 to type int to
work around an issue in the C compiler on AIX.
- bug fixes:
* Bug fix: Fix the char() SQL function so that it returns an empty
string rather than an "out of memory" error when called with
zero arguments.
* Bug fix: DISTINCT now recognizes that a zeroblob and a blob of
all 0x00 bytes are the same thing.
* Bug fix: Compute the correct answer for queries that contain an
IS NOT NULL term in the WHERE clause and also contain an OR term
in the WHERE clause and are compiled with SQLITE_ENABLE_STAT4.
* Bug fix: Make sure "rowid" columns are correctly resolved in
joins between normal tables and WITHOUT ROWID tables.
* Bug fix: Make sure the same temporary registers are not used
in concurrent co-routines used to implement compound SELECT
statements containing ORDER BY clauses, as such use can lead to
incorrect answers.
* Bug fix: Ensure that "ORDER BY random()" clauses do not get
optimized out.
* Bug fix: Repair a name-resolution error that can occur in
sub-select statements contained within a TRIGGER.
* Bug fix: Fix column default values expressions of the form
"DEFAULT(-(-9223372036854775808))" so that they work correctly,
initializing the column to a floating point value approximately
equal to +9223372036854775808.0.
-------------------------------------------------------------------
Wed Feb 12 08:59:06 UTC 2014 - andreas.stieger@gmx.de

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.3.1
Version: 3.8.4
Release: 0
%define tarversion 3080301
%define tarversion 3080400
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers