diff --git a/sqlite-autoconf-3080301.tar.gz b/sqlite-autoconf-3080301.tar.gz deleted file mode 100644 index 665adb0..0000000 --- a/sqlite-autoconf-3080301.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c -size 1923168 diff --git a/sqlite-autoconf-3080400.tar.gz b/sqlite-autoconf-3080400.tar.gz new file mode 100644 index 0000000..5184198 --- /dev/null +++ b/sqlite-autoconf-3080400.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22c4f7daabf76fd060f536d60538182481eaf4a105dd4b90b2fc8fbbe2ee5a7 +size 1937306 diff --git a/sqlite-doc-3080301.zip b/sqlite-doc-3080301.zip deleted file mode 100644 index 3d5f80a..0000000 --- a/sqlite-doc-3080301.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7af07481a18e52fd1d8269c249f452650dfd380a75ac8589b52b71d6402064f5 -size 4603427 diff --git a/sqlite-doc-3080400.zip b/sqlite-doc-3080400.zip new file mode 100644 index 0000000..cda8cae --- /dev/null +++ b/sqlite-doc-3080400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4a95391731ea4d1396fb4de87a8d45916c56468850beb0a78ba3323cb6bcf0 +size 4609851 diff --git a/sqlite3.changes b/sqlite3.changes index 0d356ec..67a14fc 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -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 diff --git a/sqlite3.spec b/sqlite3.spec index 3a4cf73..045ee1d 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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