index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
loadext.test
Commit message (
Expand
)
Author
Age
*
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...
stephan
2025-03-08
*
Fix the regexp used to recognize libdl errors on OS-X.
drh
2018-11-17
*
Add an extra compiler switch to loadext.test to ensure that it picks up the c...
dan
2016-08-01
*
Test cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION.
drh
2016-04-21
*
Enhance testing support for the Win32 VFS dynamic extension loading facilities.
mistachkin
2014-02-24
*
Add the "warning" command to the TCL test infrastructure. Fix problems
drh
2013-04-19
*
Remove more references to OS/2.
mistachkin
2012-06-21
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Fix a problem in loadext.test causing an error on OSX. This is not a real pro...
danielk1977
2009-03-20
*
Get the load extension tests working on amd64. Needed for test coverage. (CV...
drh
2008-10-13
*
fix some tests to take the right branch on OS/2 (hope I got the Tcl syntax ri...
pweilbacher
2008-08-22
*
Additional coverage testing. Fix a segfault following OOM in
drh
2008-08-02
*
Changes to loadext.test so that it works on osx as well as linux. (CVS 5329)
danielk1977
2008-06-30
*
Additional test cases for loadable extensions. (CVS 5247)
drh
2008-06-19
*
Fix a bug in loadext.test. (CVS 4359)
danielk1977
2007-09-01
*
Call sqlite3OsDlError to obtain error information after DlOpen or DlSym fail....
danielk1977
2007-09-01
*
Changes to test scripts to support alternative configurations. (CVS 3824)
drh
2007-04-06
*
Add the new experimental sqlite3_auto_extension() API. (CVS 3362)
drh
2006-08-23
*
Make the sqlite3_enable_load_extension() interface accessible from the
drh
2006-07-06
*
When compiling extensions in the load_extension tests, specify a path
drh
2006-06-27
*
The ability to load extensions is turned off by default. It must be
drh
2006-06-27
*
Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer
drh
2006-06-26
*
Add the load_extension() SQL function. (CVS 3269)
drh
2006-06-17
*
The default entry point for loadable extensions is now
drh
2006-06-17
*
Add some tests for sqlite3_load_extension(). (CVS 3239)
danielk1977
2006-06-14