aboutsummaryrefslogtreecommitdiff
path: root/test/e_blobwrite.test
Commit message (Collapse)AuthorAge
* Fix the zeroblob() function and related APIs so that they work with ↵dan2021-11-08
| | | | | SQLITE_OMIT_INCRBLOB builds. FossilOrigin-Name: bc401a75dd9f3c29c5969ae36264e68ccefc0937e44e232ca1f6b550f7fd6e22
* Update error message text for standard error codes to better describe thedrh2017-07-10
| | | | | | | | 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. FossilOrigin-Name: f27b6370407842e2c175ea4aa9ce018723c57eaac0cccc1f8399bc20f33324be
* Change the error message text for SQLITE_ERROR to omit the part aboutdrh2017-07-07
| | | | | "missing database" as that meaning is now obsolete (since approx SQLite 2.0). FossilOrigin-Name: 732f90d6327c5c6368fc8b4cc207bd644ef08e3ae6d2e7295258ab099deaba63
* From test scripts, remove stray "breakpoint" commands and blank linesdrh2016-02-05
| | | | | at the ends of files. FossilOrigin-Name: a6b35273239669189f33402144f58328b133d182
* Add test file e_blobwrite.test, containing tests for the ↵dan2014-11-10
sqlite3_blob_write() interface. FossilOrigin-Name: 1df77e5f1bd82de4dc92fe28359c3e56ab3f9ed4