Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add SOURCE_ID and SHA1 hash for the 3.8.3.1 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d882698e7b44df509b49183a682b1c59 |
User & Date: | drh 2014-02-11 16:36:51.842 |
Context
2014-02-12
| ||
19:36 | Fix a mistake in the date/time function documentation. (check-in: 5cb71ea877 user: drh tags: trunk) | |
2014-02-11
| ||
16:36 | Add SOURCE_ID and SHA1 hash for the 3.8.3.1 release. (check-in: d882698e7b user: drh tags: trunk) | |
14:30 | Updates for the 3.8.3.1 release. (check-in: f2ce0c9b8e user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | chng {2014-02-11 (3.8.3.1)} { <li>Fix a bug (ticket [http://www.sqlite.org/src/info/4c86b126f2|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. <li>Fix a harmless compiler warning that was causing problems for VS2013. } chng {2014-02-03 (3.8.3)} { <li>Added support for [common table expressions] and the [WITH clause]. <li>Added the [printf()] SQL function. <li>Added [SQLITE_DETERMINISTIC] as an optional bit in the 4th argument to the [sqlite3_create_function()] and related interfaces, providing applications with | > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | chng {2014-02-11 (3.8.3.1)} { <li>Fix a bug (ticket [http://www.sqlite.org/src/info/4c86b126f2|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. <li>Fix a harmless compiler warning that was causing problems for VS2013. <li>SQLITE_SOURCE_ID: "2014-02-11 14:52:19 ea3317a4803d71d88183b29f1d3086f46d68a00e" <li>SHA1 for sqlite3.c: 990004ef2d0eec6a339e4caa562423897fe02bf0 } chng {2014-02-03 (3.8.3)} { <li>Added support for [common table expressions] and the [WITH clause]. <li>Added the [printf()] SQL function. <li>Added [SQLITE_DETERMINISTIC] as an optional bit in the 4th argument to the [sqlite3_create_function()] and related interfaces, providing applications with |
︙ | ︙ |