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