Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/e_blobwrite.test
2021-11-08
| ||
19:35 | [3075ff5398] part of check-in [bc401a75dd] Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRBLOB builds. (check-in: [bc401a75dd] user: dan branch: trunk, size: 6975) | |
2017-07-10
| ||
12:07 | [f87ff598b6] part of check-in [f27b637040] 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. (check-in: [f27b637040] user: drh branch: trunk, size: 6927) | |
2017-07-07
| ||
19:43 | [4e4e20e25d] part of check-in [732f90d632] 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). (check-in: [732f90d632] user: drh branch: trunk, size: 6995) | |
2017-02-02
| ||
23:57 | [98c2f532be] part of check-in [53b77838f0] 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. (check-in: [53b77838f0] user: drh branch: sqlite3_blob_reset, size: 7036) | |
2016-02-05
| ||
16:46 | [650ded42ee] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 7055) | |
2014-11-10
| ||
17:53 | Added: [615b405f29] part of check-in [1df77e5f1b] Add test file e_blobwrite.test, containing tests for the sqlite3_blob_write() interface. (check-in: [1df77e5f1b] user: dan branch: trunk, size: 7056) | |