aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeblob.c
Commit message (Collapse)AuthorAge
...
* Change OP_OpenRead and OP_OpenWrite so that the database number is read from ↵danielk19772008-01-03
| | | | | the P3 operand, not the stack. (CVS 4663) FossilOrigin-Name: 35da261daf602b1e938f05bbad1ff99213d9f4b9
* Fix for the sqlite3AbortOtherActiveVdbes() problem. (CVS 4328)drh2007-08-30
| | | FossilOrigin-Name: e40d40a5d41c491bef852a92e5846b273b206909
* Improvements to mutex asserts. The quick test runs to completion withoutdrh2007-08-29
| | | | | assertion faults. (CVS 4324) FossilOrigin-Name: 2732af0ec77dbc90c0439b6a61d893d9ea3b5697
* The sqlite3_value object now carries an sqlite3* pointer to use fordrh2007-08-21
| | | | | | recording malloc failures. This eliminates the need to pass sqlite3* pointers into many internal interfaces. Also added more mutexing. (CVS 4263) FossilOrigin-Name: 9287276191a582c1cf7cf6b71d8399727d8e534d
* Readded the sqlite3_open_v2() interface. No test cases yet.drh2007-08-21
| | | | | Additional progress toward adding mutexes to all interfaces. (CVS 4261) FossilOrigin-Name: 3787563e90d7210d349ee36484c3f008c955552e
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
| | | | | | I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) FossilOrigin-Name: deb7ecd65f7b83eaf0ba610eeef3b0ede61db1c3
* Set the connection error code when sqlite3_blob_read() ordrh2007-06-27
| | | | | sqlite3_blob_write() fail. Ticket #2464. (CVS 4137) FossilOrigin-Name: 3bd990be3cb8a74be9eaa8d5710852be6733cb58
* Fix the amalgamation generator so that all non-API functions have file ↵drh2007-05-08
| | | | | scope. (CVS 3958) FossilOrigin-Name: e9f56ead0514f3eac75807ea710c1f035b8add4f
* Factor out btree test logic into a separate test_btree.c file. (CVS 3928)drh2007-05-05
| | | FossilOrigin-Name: d51274f1cc3a75f6a03e90259ce829ac1dacf78f
* Test interaction of incremental io and other database writes. (CVS 3922)danielk19772007-05-04
| | | FossilOrigin-Name: 4516416b4d38679ea7d259155f241e54c4c58d7d
* Eliminate all uses of sprintf() and strcpy(). These were not beingdrh2007-05-04
| | | | | | misused. But getting rid of them removes a library dependency. And it avoids warnings from the OpenBSD compiler. Ticket #2336. (CVS 3916) FossilOrigin-Name: ba4845b32bdf38e623c4f7246e6e327715bbba4b
* Test cases and corrections to IO and malloc() error handling in incremental ↵danielk19772007-05-04
| | | | | blob IO functions. (CVS 3915) FossilOrigin-Name: 641e55284e1ba6070073c83ac6ed78ffb29f7e60
* Test some more incremental IO error cases. (CVS 3910)danielk19772007-05-03
| | | FossilOrigin-Name: 64705410bdf43b6283f7a7e59ce8c20d09cd46e4
* Test cases and minor bugfixes for incremental blob APIs. (CVS 3907)danielk19772007-05-03
| | | FossilOrigin-Name: e12c522383bd40af375a52d2e68612c4dc7fd4db
* Minor bugfixes for incrblob mode. (CVS 3903)danielk19772007-05-03
| | | FossilOrigin-Name: db54a9466e3bea9c03740ce0b755cfa02bafaccd
* Cache the location of overflow pages in cursors used for incremental blob ↵danielk19772007-05-02
| | | | | IO. (CVS 3899) FossilOrigin-Name: 349f1ea7895f06c40affc985a13aa6686dfdea07
* First approximation of incremental blob IO API. (CVS 3892)danielk19772007-05-01
FossilOrigin-Name: c444836e7b690c16dd6acff571c613a23beb42dc