Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove stray characters from the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
852d1d5d3bea67ef60f6ce88897ab363 |
User & Date: | drh 2018-01-09 15:57:33.741 |
Context
2018-01-09
| ||
16:04 | Add mention of the fsdir() table-valued function to the change log. (check-in: a2b074857f user: drh tags: trunk) | |
15:57 | Remove stray characters from the change log. (check-in: 852d1d5d3b user: drh tags: trunk) | |
15:56 | Updates to the change log. (check-in: 45f448bf75 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
58 59 60 61 62 63 64 | <li> Other performance optimizations: <ol type='a'> <li> A smaller and faster implementation of text to floating-point conversion subroutine: sqlite3AtoF(). <li> The [Lemon parser generator] creates a faster parser. <li> Use the strcspn() C-library routine to speed up the LIKE and GLOB operators. | | | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | <li> Other performance optimizations: <ol type='a'> <li> A smaller and faster implementation of text to floating-point conversion subroutine: sqlite3AtoF(). <li> The [Lemon parser generator] creates a faster parser. <li> Use the strcspn() C-library routine to speed up the LIKE and GLOB operators. </ol> <li> Improvements to the [command-line shell]: <ol type='a'> <li> The ".schema" command shows the structure of virtual tables inside of a comment. <li> Added support for reading and writing [SQL Archive] files using the ".archive" or ".ar" command. <li> Added the experimenal [.expert command] |
︙ | ︙ |