Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the changes log for sqlite3_stmt_busy(). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8092164ae8bbfce7a6095f47f1e795ce |
User & Date: | drh 2011-11-25 17:51:20.960 |
Context
2011-11-30
| ||
18:46 | Improvements to journal_size_limit documentation. (check-in: be40d822e3 user: drh tags: trunk) | |
2011-11-25
| ||
17:51 | Update the changes log for sqlite3_stmt_busy(). (check-in: 8092164ae8 user: drh tags: trunk) | |
2011-11-24
| ||
19:40 | Fix typos and a mixup over BLOB and text serial types in the file format document. (check-in: 3b3c197a19 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | and [SQLITE_CONFIG_GETPCACHE] configuration parameters are deprecated. They are replaced by a new [sqlite3_pcache_methods2] structure and [SQLITE_CONFIG_PCACHE2] and [SQLITE_CONFIG_GETPCACHE2] configuration parameters. <li>Added the [sqlite3_db_release_memory()] interface and the [shrink_memory pragma]. <li>Added the [sqlite3_db_filename()] interface. <li>Enhance the query planner to support index queries with range constraints on the rowid. <li>Enhanced the windows [VFS] so that all system calls can be overridden using the xSetSystemCall interface. <li>Updated the "unix-dotfile" [VFS] to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). <li>Fix the unix [VFS] to be tolerate of read() system calls that return | > | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | and [SQLITE_CONFIG_GETPCACHE] configuration parameters are deprecated. They are replaced by a new [sqlite3_pcache_methods2] structure and [SQLITE_CONFIG_PCACHE2] and [SQLITE_CONFIG_GETPCACHE2] configuration parameters. <li>Added the [sqlite3_db_release_memory()] interface and the [shrink_memory pragma]. <li>Added the [sqlite3_db_filename()] interface. <li>Added the [sqlite3_stmt_busy()] interface. <li>Enhance the query planner to support index queries with range constraints on the rowid. <li>Enhanced the windows [VFS] so that all system calls can be overridden using the xSetSystemCall interface. <li>Updated the "unix-dotfile" [VFS] to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). <li>Fix the unix [VFS] to be tolerate of read() system calls that return |
︙ | ︙ |