Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Mention the sqlite3_prepare_v3() enhancement in the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9421ab387bc43358486e7f35e3b7d0ae |
User & Date: | drh 2017-06-29 17:33:21.405 |
Context
2017-06-29
| ||
18:17 | Add documentation for the STMT virtual table (check-in: 3c1197562c user: drh tags: trunk) | |
17:33 | Mention the sqlite3_prepare_v3() enhancement in the change log. (check-in: 9421ab387b user: drh tags: trunk) | |
14:53 | Updates to the query planner stability guarantee description to make it clear that it is off by default. (check-in: fa4e2ba5b2 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | set xrefChng($date) $nChng incr nChng } chng {2017-08-31 (3.20.0)} { <li> Added the LSM1 extension <li> Added the stmt virtual table extension <li> Enhancements to the [command-line shell]: <ul> <li> Add the ".cd" command. <li> Enhance the ".schema" command to show the schema of all attached databases. <li> Enhance ".tables" so that it shows the schema names for all attached if the name is anything other than "main". | > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | set xrefChng($date) $nChng incr nChng } chng {2017-08-31 (3.20.0)} { <li> Added the LSM1 extension <li> Added the stmt virtual table extension <li> Added the [sqlite3_prepare_v3()] and [sqlite3_prepare16_v3()] interfaces with the extra "prepFlags" parameters. <li> Provide the [SQLITE_PREPARE_PERSISTENT] flag [sqlite3_prepare_v3()] and use it to limit [lookaside memory] misuse by [FTS3], [FTS5], and the [R-Tree extension] <li> Enhancements to the [command-line shell]: <ul> <li> Add the ".cd" command. <li> Enhance the ".schema" command to show the schema of all attached databases. <li> Enhance ".tables" so that it shows the schema names for all attached if the name is anything other than "main". |
︙ | ︙ |