aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeblob.c
Commit message (Expand)AuthorAge
...
* Readded the sqlite3_open_v2() interface. No test cases yet.drh2007-08-21
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Set the connection error code when sqlite3_blob_read() ordrh2007-06-27
* Fix the amalgamation generator so that all non-API functions have file scope....drh2007-05-08
* Factor out btree test logic into a separate test_btree.c file. (CVS 3928)drh2007-05-05
* Test interaction of incremental io and other database writes. (CVS 3922)danielk19772007-05-04
* Eliminate all uses of sprintf() and strcpy(). These were not beingdrh2007-05-04
* Test cases and corrections to IO and malloc() error handling in incremental b...danielk19772007-05-04
* Test some more incremental IO error cases. (CVS 3910)danielk19772007-05-03
* Test cases and minor bugfixes for incremental blob APIs. (CVS 3907)danielk19772007-05-03
* Minor bugfixes for incrblob mode. (CVS 3903)danielk19772007-05-03
* Cache the location of overflow pages in cursors used for incremental blob IO....danielk19772007-05-02
* First approximation of incremental blob IO API. (CVS 3892)danielk19772007-05-01