index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdbeapi.c
Commit message (
Expand
)
Author
Age
*
In sqlite3_bind_pointer(), invoke the destructor if the bind index is
drh
2017-07-27
*
Improved implementation of the destructor on pointer-passing interfaces.
drh
2017-07-27
*
Add a destructor argument to sqlite3_bind_pointer()
drh
2017-07-27
*
Interchange to branches within an "if" statement in sqlite3_value_pointer()
drh
2017-07-17
*
Improve the sqlite3_result_pointer() interface so that it cannot be faked
drh
2017-07-17
*
Add an experimental "pointer type" parameter to sqlite3_bind_pointer(),
drh
2017-07-17
*
Add APIs for binding pointers that can be used by app-defined functions.
drh
2017-06-30
*
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the
drh
2017-06-01
*
Add the SQLITE_STMTSTATUS_MEMUSED option for sqlite3_stmt_status() that reports
drh
2017-05-31
*
More efficient error handling and reset in the binding mechanism.
drh
2017-05-29
*
Negative N values in sqlite3_get_auxdata() and sqlite3_set_auxdata() can be
drh
2017-05-11
*
Rename fields of the internal AuxData object to make them unique and easier
drh
2017-05-10
*
If a reprepare is needed after binding to a variable with a number larger
drh
2017-03-03
*
Save a few bytes and a few cycles by setting Vdbe.expmask to zero for
dan
2017-02-23
*
Experimental change to invoke the preupdate hook when WITHOUT ROWID tables are
dan
2017-01-30
*
Fix another pre-update hook issue, this time in sqlite3preupdate_old().
dan
2017-01-25
*
Fix a problem with the pre-update hook on this branch.
dan
2017-01-25
*
Use the VList object to replace Parse.azVar for tracking the mapping between
drh
2016-12-23
*
Simplifications to the way UnpackedRecord objects are allocated. Smaller
drh
2016-12-21
*
Refactor the sqlite3BtreeKey() and sqlite3BtreeData() internal interfaces
drh
2016-11-25
*
In the sessions module, avoid recording a change if an UPDATE statement
dan
2016-10-21
*
Avoid accessing Vdbe.pc if it is uninitialized. Check Vdbe.magic first.
drh
2016-10-01
*
Fix a potential null-pointer dereference and crash in the case where one
drh
2016-09-22
*
Further performance enhancements in zeroblob() handling.
drh
2016-09-20
*
Rename the Db.zName field to Db.zDbSName to make it more descriptive and to
drh
2016-08-18
*
Add requirements marks to the sqlite3_trace_v2() interface documentation.
drh
2016-07-23
*
Add the sqlite3_expanded_sql() interface. Refinements to the
drh
2016-07-14
*
First cut at implementing the new sqlite3_trace_v2() interface.
drh
2016-07-13
*
Change the sqlite3BtreeKeySize() interface into sqlite3BtreeIntegerKey() and
drh
2016-06-04
*
Merge all the latest changes from trunk.
drh
2016-02-25
|
\
|
*
Add extra API armor on the sqlite3_bind_blob() interface.
drh
2016-02-18
|
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
|
Merge enhancements from trunk.
drh
2016-02-05
|
\
|
|
*
Improvements to the way that OOM errors are processed.
drh
2016-02-05
*
|
Merge all recent enhancements from trunk.
drh
2016-02-02
|
\
|
|
*
A different way to clear the subtype on VDBE registers when the value of the ...
dan
2016-01-30
*
|
Merge recent enhancements from trunk.
drh
2016-01-20
|
\
|
|
*
Combine the xFunc and xStep pointers of the FuncDef object into a single
drh
2016-01-14
*
|
Merge recent enhancements from trunk.
drh
2015-12-02
|
\
|
*
|
Merge all the latest trunk enhancements into the sessions branch.
drh
2015-09-24
|
\
|
|
*
Fix compiler warnings.
drh
2015-09-19
*
|
Merge the latest trunk enhancements.
drh
2015-09-14
|
\
|
|
*
Experimental implementation of sqlite3_result_subtype() and
drh
2015-09-10
|
*
Enhance the DBSTAT virtual table with a new hidden table "schema" that if
drh
2015-09-08
*
|
Merge recent trunk enhancements, include table-valued functions.
drh
2015-08-20
|
\
|
|
*
Make SQLITE_BUSY_SNAPSHOT and SQLITE_BUSY_RECOVERY retryable, just as a plain
drh
2015-08-20
*
|
Merge test improvements and minor fixes from trunk.
drh
2015-07-24
|
\
|
|
*
Add the sqlite3_bind_zeroblob64() API.
dan
2015-07-24
|
*
Fix compiler warnings. Get the new sqlite3_result_zeroblob64() working
drh
2015-07-24
|
*
Add the sqlite3_result_zeroblob64() API. Use it in the SQL zeroblob() function.
dan
2015-07-24
[next]