Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add mention of the fsdir() table-valued function to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a2b074857f59a848c18b274f026d3032 |
User & Date: | drh 2018-01-09 16:04:39.983 |
Context
2018-01-09
| ||
16:41 | Add bug fixes to the 3.22.0 change log (check-in: 0e0412e603 user: drh tags: trunk) | |
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) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | lacks write permission on the database and its containing directory, as long as the -shm and -wal files exist in that directory. <li> Added the [rtreecheck()] scalar SQL function to the [R-Tree extension]. <li> New extensions: <ol type='a'> <li> The [Zipfile virtual table] can read and write a [https://en.wikipedia.org/wiki/Zip_(file_format)|ZIP Archive]. <li> The [https://sqlite.org/src/file/ext/misc/btreeinfo.c|sqlite_btreeinfo] eponymous virtual table for introspecting and estimating the sizes of the btrees in a database. <li> The [https://sqlite.org/src/file/ext/misc/appendvfs.c|Append VFS] is a [VFS shim] that allows an SQLite database to be appended to some other file. This allows (for example) a database to be appended to an executable that then opens and reads the database. | > > > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | lacks write permission on the database and its containing directory, as long as the -shm and -wal files exist in that directory. <li> Added the [rtreecheck()] scalar SQL function to the [R-Tree extension]. <li> New extensions: <ol type='a'> <li> The [Zipfile virtual table] can read and write a [https://en.wikipedia.org/wiki/Zip_(file_format)|ZIP Archive]. <li> Added the fsdir(PATH) [table-valued function] to the [https://sqlite.org/src/file/ext/misc/fileio.c|fileio.c] extension, for listing the files in a directory. <li> The [https://sqlite.org/src/file/ext/misc/btreeinfo.c|sqlite_btreeinfo] eponymous virtual table for introspecting and estimating the sizes of the btrees in a database. <li> The [https://sqlite.org/src/file/ext/misc/appendvfs.c|Append VFS] is a [VFS shim] that allows an SQLite database to be appended to some other file. This allows (for example) a database to be appended to an executable that then opens and reads the database. |
︙ | ︙ |