diff options
author | adam <adam@pkgsrc.org> | 2014-02-13 07:30:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-02-13 07:30:31 +0000 |
commit | 447c5411c466fa5ef57d164c6cbeeeb4bd63869a (patch) | |
tree | aeb50168b12fded8ed0bd83ef5e42b14d9c8d112 /databases/sqlite3/distinfo | |
parent | 545c37d0b95a0f7844d56367b721e8f6db5e9fa0 (diff) | |
download | pkgsrc-447c5411c466fa5ef57d164c6cbeeeb4bd63869a.tar.gz |
Changes 3.8.3.1:
Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used.
Fix a harmless compiler warning that was causing problems for VS2013.
Diffstat (limited to 'databases/sqlite3/distinfo')
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 887bc166a60..4e7304564f4 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.83 2014/02/04 13:28:07 adam Exp $ +$NetBSD: distinfo,v 1.84 2014/02/13 07:30:31 adam Exp $ -SHA1 (sqlite-autoconf-3080300.tar.gz) = c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2 -RMD160 (sqlite-autoconf-3080300.tar.gz) = a797629a2722c6b1df4d6ee4bc97ef60258fbbb1 -Size (sqlite-autoconf-3080300.tar.gz) = 1923594 bytes +SHA1 (sqlite-autoconf-3080301.tar.gz) = a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c +RMD160 (sqlite-autoconf-3080301.tar.gz) = 61ac2cc27c17fb62a46b66c24791e47bd66aad51 +Size (sqlite-autoconf-3080301.tar.gz) = 1923168 bytes |