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