index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_autoext.c
Commit message (
Expand
)
Author
Age
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Avoid making unnecessary changes to the signatures of the
drh
2016-08-01
*
Make the extension auto-loading mechanism work with the __stdcall calling con...
mistachkin
2016-07-28
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Adjust #ifdefs in test_autoext.c so that it compiles with
drh
2013-08-06
*
Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior
drh
2013-07-15
*
Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros into
drh
2013-04-19
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Add tests to verify correct behavior when mutex initialization fails. (CVS 5359)
drh
2008-07-08
*
Fix build whether compiling with or without auto-extension enabled (CVS 4891)
mlcreech
2008-03-19
*
Move SQL functions used for testing only out of func.c and into a new
drh
2008-03-19
*
Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION.
drh
2006-12-19
*
Add the new experimental sqlite3_auto_extension() API. (CVS 3362)
drh
2006-08-23