aboutsummaryrefslogtreecommitdiff
path: root/src/sqlite3ext.h
Commit message (Expand)AuthorAge
* Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfacesdrh2023-10-30
* Make sqlite3_stmt_explain() accessible to loadable extensions.drh2023-08-16
* Add a new sqlite3_is_interrupted() interface that can be used by long-runningdrh2023-01-11
* Instead of (const char*), use a special type - sqlite3_filename - as the file...dan2022-11-01
* Add the sqlite3_value_encoding() interface.drh2022-10-12
* Add the sqlite3_db_name() interface.drh2022-05-17
* expose sqlite3_{deserialize,serialize}() in sqlite3ext.hlarrybr2022-03-22
* Add new interfaces to enable virtual table to process IN operator constraintsdrh2022-02-01
* An initial attempt to implement sqlite3_vtab_distinct().drh2022-01-22
* Initial implementation of the sqlite3_vtab_rhs_value() interface and thedrh2022-01-20
* Add the sqlite3_error_offset() interface. Use it in the CLI to providedrh2021-12-24
* Fix typo in the sqlite3ext.h file.drh2021-11-04
* Demostrate a prototype sqlite3_autovacuum_pages() interface.drh2021-10-15
* Fully incorporate *_changes64() API improvement.larrybr2021-06-23
* Add the new sqlite3_txn_state() interface to the set of routines accessibledrh2020-11-24
* Add the sqlite3_database_file_object() interface to sqlite3ext.h.drh2020-04-21
* Experimental API: sqlite3_database_file_object().drh2020-04-21
* Add the new sqlite3_create_filename() and sqlite3_free_filename() interfacesdrh2020-02-18
* Fix typos in the sqlite3ext.h header file that prevent some newer APIs fromdrh2020-01-23
* Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface.drh2020-01-11
* Bring the hard-heap-limit branch up-to-date with trunk.drh2019-08-20
|\
| * Add the new sqlite3_drop_modules() interface to the loadable extensiondrh2019-08-20
* | Add the sqlite3_hard_heap_limit64() interface and the correspondingdrh2019-04-25
|/
* Add new APIs to the extension loading mechanism.drh2019-04-02
* Add the sqlite3_normalized_sql() API.mistachkin2018-10-29
* Add the ability for loadable extensions to access the newdrh2018-09-10
* Add 14 new interfaces to the loadable extension mechanism.drh2018-05-09
* Fix the sqlite3ext.h header file so that it correctly accesses thedrh2018-01-24
* Make the new sqlite3_vtab_collation() interface accessible to loadabledrh2018-01-16
* Add the new "nochange" APIs to the extension loading mechanism.drh2018-01-13
* Avoid using snprintf as a member variable of a struct in sqlite3ext.h. Thisdan2017-10-18
* The identifier "vsnprintf" appears to be a reserved word in recent versionsdrh2017-08-08
* Add a destructor argument to sqlite3_bind_pointer() drh2017-07-27
* Add an experimental "pointer type" parameter to sqlite3_bind_pointer(),drh2017-07-17
* Fix an incorrect type signature for the loadable extension pointerdrh2017-07-13
* Add the three new pointer interfaces to the loadable extension mechanism.drh2017-07-13
* Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfacesdrh2017-07-11
* Add the new sqlite3_set_last_insert_rowid() interface to the extensiondrh2017-03-25
* Avoid making unnecessary changes to the signatures of thedrh2016-08-01
* The return type used by the auto-extension entry points is 'int', not 'void'.mistachkin2016-07-28
* Make sure all the auto-extension mechanism function signatures match up preci...mistachkin2016-07-28
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Fix a parameter misordering on sqlite3_trace_v2() in the loadable extensiondrh2016-07-14
* Add the sqlite3_expanded_sql() interface. Refinements to thedrh2016-07-14
* First cut at implementing the new sqlite3_trace_v2() interface.drh2016-07-13
* Fix various internal #defines to conform to new C-language naming restrictions,drh2016-07-09
* Experimental implementation of the sqlite3_system_errno() interface.drh2016-03-17
* Make the sqlite3_status64(), sqlite3_strlike(), anddrh2015-12-03
* Add the sqlite3_strlike() interface, which might be useful for implementingdrh2015-11-24
* Change all references to 3.8.12 into 3.9.0. Comment changes only - nodrh2015-10-12