Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the sqlite3_stmt_readonly() function to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c591c1b79dd2518f94749430e7294e6c |
User & Date: | drh 2010-11-17 01:32:29.000 |
Context
2010-11-17
| ||
22:30 | Tweak to the text of the EQP documentation. (check-in: 5f2171a4cb user: drh tags: trunk) | |
01:32 | Add the sqlite3_stmt_readonly() function to the change log. (check-in: c591c1b79d user: drh tags: trunk) | |
2010-11-15
| ||
18:43 | Add additional requirements marks and reword a few sentences in eqp.html. (check-in: 09966391b1 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <li> Added the [sqlite3_blob_reopen()] interface to allow an existing [sqlite3_blob] object to be rebound to a new row. <li> Use the new [sqlite3_blob_reopen()] interface to improve the performance of FTS. <li> [sqlite3_vfs | VFSes] that does not support shared memory are allowed to access [WAL] databases if [PRAGMA locking_mode] is set to EXCLUSIVE. <li> Enhancements to [EXPLAIN QUERY PLAN]. } chng {2010 October 08 (3.7.3)} { <li> Added the [sqlite3_create_function_v2()] interface that includes a destructor callback. <li> Added support for [custom r-tree queries] using application-supplied callback routines to define the boundary of the query region. | > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | <li> Added the [sqlite3_blob_reopen()] interface to allow an existing [sqlite3_blob] object to be rebound to a new row. <li> Use the new [sqlite3_blob_reopen()] interface to improve the performance of FTS. <li> [sqlite3_vfs | VFSes] that does not support shared memory are allowed to access [WAL] databases if [PRAGMA locking_mode] is set to EXCLUSIVE. <li> Enhancements to [EXPLAIN QUERY PLAN]. <li> Added the [sqlite3_stmt_readonly()] interface. } chng {2010 October 08 (3.7.3)} { <li> Added the [sqlite3_create_function_v2()] interface that includes a destructor callback. <li> Added support for [custom r-tree queries] using application-supplied callback routines to define the boundary of the query region. |
︙ | ︙ |