SHA256
1
0
forked from pool/sqlite3

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

SQLite 3.8.3.1, add -doc

OBS-URL: https://build.opensuse.org/request/show/221962
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=91
This commit is contained in:
2014-02-13 10:47:47 +00:00
committed by Git OBS Bridge
parent f1a83bcdea
commit eb5519679d
5 changed files with 41 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 12 08:59:06 UTC 2014 - andreas.stieger@gmx.de
- SQLite 3.8.3.1:
* Fix a bug 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.
These compile-time options are not used in this package.
- add HTML documentation in sqlite3-doc package
-------------------------------------------------------------------
Tue Feb 4 14:55:29 UTC 2014 - max@suse.com