index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdbeblob.c
Commit message (
Expand
)
Author
Age
*
Fix an assert() failure that could occur if compiling with OMIT_SHARED_CACHE.
dan
2010-06-19
*
Continuing improvements to error reporting and the sqlite3_log() routine.
drh
2010-02-23
*
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
drh
2010-02-23
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Add a test to check that the incrblob API cannot be used to write to an IPK c...
dan
2009-10-02
*
Check in implementation of foreign key constraints.
dan
2009-09-19
*
Combine the OP_Statement and OP_Transaction opcodes.
dan
2009-09-08
*
Changes to support recursive triggers.
dan
2009-08-28
*
Cause opening a transaction on a sharable b-tree module automatically obtain ...
danielk1977
2009-07-02
*
Cause incremental-blob read/write operations lock shared-cache tables in the ...
danielk1977
2009-06-29
*
Avoid allocating large objects on the stack in the incremental BLOB I/O
drh
2009-06-01
*
Change sqlite_blob_open() so that it zeros the output pBlob pointer when
drh
2009-05-09
*
Changes to insure that lookaside memory allocations are never used to hold
drh
2009-03-24
*
Fix a couple of fairly obscure cases where an assert() could fail following a...
danielk1977
2009-03-19
*
Removed compiler warnings from MSVC builds. Ticket #3701. (CVS 6335)
shane
2009-03-05
*
Instead of using SetNumColumns, specify the number of columns in a table or i...
danielk1977
2009-02-20
*
Add a count parameter to the OP_Variable opcode and use it to simplify
drh
2009-02-20
*
Fix for sqlite3_blob_write(): If either 3rd or 4th argument is less than zero...
danielk1977
2008-10-02
*
Implement the "lookaside" memory allocation cache. Use of this cache makes
drh
2008-07-28
*
Remove unused code. Test coverage enhancements. Modify the algorithm used
drh
2008-07-10
*
Fix a problem with the incremental blob API. sqlite3_blob_open() was always r...
danielk1977
2008-06-16
*
Ensure that it is not possible to open either virtual table or view columns u...
danielk1977
2008-04-24
*
Use a vdbe memory cell to allocate the space required for vdbe cursors. (CVS ...
danielk1977
2008-03-25
*
Error messages says "no such view" instead of "no such table" when
drh
2008-01-25
*
Make sqlite3SafetyOn() and sqlite3SafetyOff() macros which disappear when
drh
2008-01-23
*
More work toward converting the VM into a register-based machine. (CVS 4704)
drh
2008-01-10
*
Change OP_OpenRead and OP_OpenWrite so that the database number is read from ...
danielk1977
2008-01-03
*
Fix for the sqlite3AbortOtherActiveVdbes() problem. (CVS 4328)
drh
2007-08-30
*
Improvements to mutex asserts. The quick test runs to completion without
drh
2007-08-29
*
The sqlite3_value object now carries an sqlite3* pointer to use for
drh
2007-08-21
*
Readded the sqlite3_open_v2() interface. No test cases yet.
drh
2007-08-21
*
Half-way through a major refactoring of the memory allocation.
drh
2007-08-16
*
Set the connection error code when sqlite3_blob_read() or
drh
2007-06-27
*
Fix the amalgamation generator so that all non-API functions have file scope....
drh
2007-05-08
*
Factor out btree test logic into a separate test_btree.c file. (CVS 3928)
drh
2007-05-05
*
Test interaction of incremental io and other database writes. (CVS 3922)
danielk1977
2007-05-04
*
Eliminate all uses of sprintf() and strcpy(). These were not being
drh
2007-05-04
*
Test cases and corrections to IO and malloc() error handling in incremental b...
danielk1977
2007-05-04
*
Test some more incremental IO error cases. (CVS 3910)
danielk1977
2007-05-03
*
Test cases and minor bugfixes for incremental blob APIs. (CVS 3907)
danielk1977
2007-05-03
*
Minor bugfixes for incrblob mode. (CVS 3903)
danielk1977
2007-05-03
*
Cache the location of overflow pages in cursors used for incremental blob IO....
danielk1977
2007-05-02
*
First approximation of incremental blob IO API. (CVS 3892)
danielk1977
2007-05-01