Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the change log for 3.22.0. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
abd84d1d063c2d43b5ea23893c2b8d2c |
User & Date: | drh 2018-01-22 18:07:03.275 |
Context
2018-01-22
| ||
18:49 | Add the date of 3.22.0 to the chronology and set the hashes on the change log. (check-in: 848f20826b user: drh tags: trunk) | |
18:07 | Fix a typo in the change log for 3.22.0. (check-in: abd84d1d06 user: drh tags: trunk) | |
18:05 | Fix a typo in the vtab document. (check-in: 2105719672 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
73 74 75 76 77 78 79 | </ol> <li> Improvements to the [command-line shell]: <ol type='a'> <li> The ".schema" command shows the structure of virtual tables. <li> Added support for reading and writing [https://sqlite.org/sqlar|SQL Archive] files using the [.archive command]. | | | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | </ol> <li> Improvements to the [command-line shell]: <ol type='a'> <li> The ".schema" command shows the structure of virtual tables. <li> Added support for reading and writing [https://sqlite.org/sqlar|SQL Archive] files using the [.archive command]. <li> Added the experimental [.expert command] <li> Added the ".eqp trigger" variant of the ".eqp" command <li> Enhance the ".lint fkey-indexes" command so that it works with [WITHOUT ROWID] tables. <li> If the filename argument to the shell is a ZIP archive rather than an SQLite database, then the shell automatically opens that ZIP archive using the [Zipfile virtual table]. <li> Added the [edit() SQL function]. |
︙ | ︙ |