index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sqlite3ext.h
Commit message (
Expand
)
Author
Age
*
Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces
drh
2023-10-30
*
Make sqlite3_stmt_explain() accessible to loadable extensions.
drh
2023-08-16
*
Add a new sqlite3_is_interrupted() interface that can be used by long-running
drh
2023-01-11
*
Instead of (const char*), use a special type - sqlite3_filename - as the file...
dan
2022-11-01
*
Add the sqlite3_value_encoding() interface.
drh
2022-10-12
*
Add the sqlite3_db_name() interface.
drh
2022-05-17
*
expose sqlite3_{deserialize,serialize}() in sqlite3ext.h
larrybr
2022-03-22
*
Add new interfaces to enable virtual table to process IN operator constraints
drh
2022-02-01
*
An initial attempt to implement sqlite3_vtab_distinct().
drh
2022-01-22
*
Initial implementation of the sqlite3_vtab_rhs_value() interface and the
drh
2022-01-20
*
Add the sqlite3_error_offset() interface. Use it in the CLI to provide
drh
2021-12-24
*
Fix typo in the sqlite3ext.h file.
drh
2021-11-04
*
Demostrate a prototype sqlite3_autovacuum_pages() interface.
drh
2021-10-15
*
Fully incorporate *_changes64() API improvement.
larrybr
2021-06-23
*
Add the new sqlite3_txn_state() interface to the set of routines accessible
drh
2020-11-24
*
Add the sqlite3_database_file_object() interface to sqlite3ext.h.
drh
2020-04-21
*
Experimental API: sqlite3_database_file_object().
drh
2020-04-21
*
Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces
drh
2020-02-18
*
Fix typos in the sqlite3ext.h header file that prevent some newer APIs from
drh
2020-01-23
*
Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface.
drh
2020-01-11
*
Bring the hard-heap-limit branch up-to-date with trunk.
drh
2019-08-20
|
\
|
*
Add the new sqlite3_drop_modules() interface to the loadable extension
drh
2019-08-20
*
|
Add the sqlite3_hard_heap_limit64() interface and the corresponding
drh
2019-04-25
|
/
*
Add new APIs to the extension loading mechanism.
drh
2019-04-02
*
Add the sqlite3_normalized_sql() API.
mistachkin
2018-10-29
*
Add the ability for loadable extensions to access the new
drh
2018-09-10
*
Add 14 new interfaces to the loadable extension mechanism.
drh
2018-05-09
*
Fix the sqlite3ext.h header file so that it correctly accesses the
drh
2018-01-24
*
Make the new sqlite3_vtab_collation() interface accessible to loadable
drh
2018-01-16
*
Add the new "nochange" APIs to the extension loading mechanism.
drh
2018-01-13
*
Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This
dan
2017-10-18
*
The identifier "vsnprintf" appears to be a reserved word in recent versions
drh
2017-08-08
*
Add a destructor argument to sqlite3_bind_pointer()
drh
2017-07-27
*
Add an experimental "pointer type" parameter to sqlite3_bind_pointer(),
drh
2017-07-17
*
Fix an incorrect type signature for the loadable extension pointer
drh
2017-07-13
*
Add the three new pointer interfaces to the loadable extension mechanism.
drh
2017-07-13
*
Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces
drh
2017-07-11
*
Add the new sqlite3_set_last_insert_rowid() interface to the extension
drh
2017-03-25
*
Avoid making unnecessary changes to the signatures of the
drh
2016-08-01
*
The return type used by the auto-extension entry points is 'int', not 'void'.
mistachkin
2016-07-28
*
Make sure all the auto-extension mechanism function signatures match up preci...
mistachkin
2016-07-28
*
Make the extension auto-loading mechanism work with the __stdcall calling con...
mistachkin
2016-07-28
*
Fix a parameter misordering on sqlite3_trace_v2() in the loadable extension
drh
2016-07-14
*
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
*
Fix various internal #defines to conform to new C-language naming restrictions,
drh
2016-07-09
*
Experimental implementation of the sqlite3_system_errno() interface.
drh
2016-03-17
*
Make the sqlite3_status64(), sqlite3_strlike(), and
drh
2015-12-03
*
Add the sqlite3_strlike() interface, which might be useful for implementing
drh
2015-11-24
*
Change all references to 3.8.12 into 3.9.0. Comment changes only - no
drh
2015-10-12
[next]