aboutsummaryrefslogtreecommitdiff
path: root/src/test_autoext.c
Commit message (Expand)AuthorAge
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Avoid making unnecessary changes to the signatures of thedrh2016-08-01
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Adjust #ifdefs in test_autoext.c so that it compiles with drh2013-08-06
* Add the sqlite3_cancel_auto_extension(X) interface which will undo a priordrh2013-07-15
* Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros intodrh2013-04-19
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Add tests to verify correct behavior when mutex initialization fails. (CVS 5359)drh2008-07-08
* Fix build whether compiling with or without auto-extension enabled (CVS 4891)mlcreech2008-03-19
* Move SQL functions used for testing only out of func.c and into a newdrh2008-03-19
* Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION.drh2006-12-19
* Add the new experimental sqlite3_auto_extension() API. (CVS 3362)drh2006-08-23