Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | A proposed change to the sqlite3_step() API such that it will only auto-reset following an SQLITE_BUSY or SQLITE_LOCKED error. Calls after any other result other than SQLITE_ROW will return SQLITE_MISUSE. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | step-autoreset |
Files: | files | file ages | folders |
SHA1: |
d1b3c54f42b1765e7565aeff517835c2 |
User & Date: | drh 2011-01-11 01:42:47.257 |
Original Comment: | A proposed change to the sqlite3_step() API such that it will only auto-reset following an SQLITE_BUSY or SQLITE_LOCKED error. Calls after any other result other than SQLITE_ROW will return SQLITE_MISUSE. |
Context
2011-01-11
| ||
01:42 | A proposed change to the sqlite3_step() API such that it will only auto-reset following an SQLITE_BUSY or SQLITE_LOCKED error. Calls after any other result other than SQLITE_ROW will return SQLITE_MISUSE. (Closed-Leaf check-in: d1b3c54f42 user: drh tags: step-autoreset) | |
2011-01-10
| ||
21:01 | Update pager requirements to account for the ZIPVFS extension. (check-in: d94e59b514 user: drh tags: trunk) | |
Changes
install-sh became executable.
Changes to src/sqlite.h.in.
Changes to src/vdbeapi.c.
Changes to test/capi2.test.
Changes to test/fkey2.test.
test/progress.test became a regular file.
tool/mkopts.tcl became a regular file.