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
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated func...
shane
2008-10-12
*
Changes to loadext.test so that it works on osx as well as linux. (CVS 5329)
danielk1977
2008-06-30
*
Remove unused variable. Fix a compiler warning. (CVS 5319)
drh
2008-06-27
*
Add recent API additions to the loadable extension interface. (CVS 5246)
drh
2008-06-19
*
Add a new interface, sqlite3_context_db_handle(), that returns the database
drh
2008-03-19
*
Update the loadable extension module to include recently added interfaces. (C...
drh
2008-03-19
*
Add a new api sqlite3_randomness() for providing access to SQLite's
drh
2008-03-19
*
Trivial text cleanups (CVS 4815)
mlcreech
2008-03-02
*
Initial implementation of the sqlite3_file_control() interface.
drh
2007-08-31
*
Make mutex functions available to loadable extensions. Fix the
drh
2007-08-30
*
Make the latest interfaces usable by loadable extensions. (CVS 4343)
drh
2007-08-30
*
The malloc.test script now passes all tests with no errors. (CVS 4271)
drh
2007-08-22
*
More work on refactoring of malloc() interfaces. There are still many errors....
danielk1977
2007-08-16
*
Keep sqlite3ext.h backwards compatible. This really should have been part
drh
2007-07-20
*
Extend fts2 so that user defined tokenizers may be added. Add a tokenizer tha...
danielk1977
2007-06-22
*
Add the sqlite3_clear_bindings() API to the loadable extension interface.
drh
2007-03-29
*
Add the sqlite3_prepare_v2 and sqlite3_prepare16_v2 APIs to the loadable
drh
2007-03-25
*
Do not use the symbol "interrupt" since that is a reserved word in
drh
2007-01-09
*
Fix a build problem around sqlite3_overload_function. Only affects
shess
2006-09-22
*
Tighten an assert (ticket #1920). Change to "sqlite3.h" from <sqlite3.h>
drh
2006-08-15
*
Export the sqlite3_bind_value API to loadable extensions. (CVS 3299)
drh
2006-06-27
*
Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer
drh
2006-06-26
*
Rework the way UPDATE works for virtual tables. (CVS 3262)
drh
2006-06-16
*
Add column_value, declare_vtab and create_module to the function table used b...
danielk1977
2006-06-15
*
New shell command ".load" and the sqlite3_load_extension() API allow
drh
2006-06-08