Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the 3.19.0 release notes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
76f5154a379a0befa23b8cfd9b62ac18 |
User & Date: | drh 2017-05-22 19:28:09.048 |
Context
2017-05-22
| ||
19:38 | Fix another release note typo. (check-in: 4020461a82 user: drh tags: trunk) | |
19:28 | Fix typo in the 3.19.0 release notes. (check-in: 76f5154a37 user: drh tags: trunk) | |
19:23 | Add a chart of raw data to the faster-than-filesystem page. (check-in: 5f95a7df66 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
51 52 53 54 55 56 57 | input text. <li> Added the [https://sqlite.org/src/file/ext/misc/anycollseq.c|anycollseq.c] [loadable extension] that allows a generic SQLite database connection to read a schema that contains unknown and/or application-specific [collating sequences]. <p><b>Bug Fixes:</b> <li> Fix a problem in [REPLACE] that can result in a corrupt database containing | | | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | input text. <li> Added the [https://sqlite.org/src/file/ext/misc/anycollseq.c|anycollseq.c] [loadable extension] that allows a generic SQLite database connection to read a schema that contains unknown and/or application-specific [collating sequences]. <p><b>Bug Fixes:</b> <li> Fix a problem in [REPLACE] that can result in a corrupt database containing two or more rows with the same [rowid]. Fix for ticket [https://www.sqlite.org/src/info/f68dc596c4e6018d|f68dc596c4e6018d]. <li> Fix a problem in [PRAGMA integrity_check] that was causing a subsequent [VACUUM] to behave suboptimally. <li> Fix the [PRAGMA foreign_key_check] command so that it works correctly with foreign keys on [WITHOUT ROWID] tables. <li> Disallow leading zeros in numeric constants in JSON. Fix for ticket [https://www.sqlite.org/src/info/b93be8729a895a528e2|b93be8729a895a528e2]. |
︙ | ︙ |