Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5100e74a660cf893e37ce511351bfbbc |
User & Date: | drh 2016-05-09 20:14:03.344 |
Context
2016-05-09
| ||
23:12 | Use > instead of > in documentation. (check-in: 4607eaf52f user: drh tags: trunk) | |
20:14 | Fix a typo in the change log. (check-in: 5100e74a66 user: drh tags: trunk) | |
2016-05-06
| ||
20:39 | Update the change log for the DELETE-WHERE-OR bug. (check-in: cfe4d98e00 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | <li>Improved unicode filename handling in the [command-line shell] on Windows. <li>Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the [sqlite_stat1] table by the application. <li>Added the [sqlite3_db_config](db,[SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION]) interface which allows the [sqlite3_load_extension()] C-API to be enabled while keeping the [load_extension()] SQL function disabled for security. |
︙ |