Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/e_blobwrite.test
2017-07-10
| ||
12:07 | Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. file: [f87ff598] check-in: [f27b6370] user: drh branch: trunk, size: 6927 | |
2017-07-07
| ||
19:43 | Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). file: [4e4e20e2] check-in: [732f90d6] user: drh branch: trunk, size: 6995 | |
2017-02-02
| ||
23:57 | Add the sqlite3_blob_reset() interface. Enhance the behavior of sqlite3_blob objects so that they can go active again after encountering an error by rerunning sqlite3_blob_reopen(). More work needed on the documentation. file: [98c2f532] check-in: [53b77838] user: drh branch: sqlite3_blob_reset, size: 7036 | |
2016-02-05
| ||
16:46 | From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. file: [650ded42] check-in: [a6b35273] user: drh branch: trunk, size: 7055 | |
2014-11-10
| ||
17:53 | Add test file e_blobwrite.test, containing tests for the sqlite3_blob_write() interface. file: [615b405f] check-in: [1df77e5f] user: dan branch: trunk, size: 7056 Added | |