aboutsummaryrefslogtreecommitdiff
path: root/test/loadext.test
Commit message (Expand)AuthorAge
* Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...stephan2025-03-08
* Fix the regexp used to recognize libdl errors on OS-X.drh2018-11-17
* Add an extra compiler switch to loadext.test to ensure that it picks up the c...dan2016-08-01
* Test cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION.drh2016-04-21
* Enhance testing support for the Win32 VFS dynamic extension loading facilities.mistachkin2014-02-24
* Add the "warning" command to the TCL test infrastructure. Fix problemsdrh2013-04-19
* Remove more references to OS/2.mistachkin2012-06-21
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Fix a problem in loadext.test causing an error on OSX. This is not a real pro...danielk19772009-03-20
* Get the load extension tests working on amd64. Needed for test coverage. (CV...drh2008-10-13
* fix some tests to take the right branch on OS/2 (hope I got the Tcl syntax ri...pweilbacher2008-08-22
* Additional coverage testing. Fix a segfault following OOM indrh2008-08-02
* Changes to loadext.test so that it works on osx as well as linux. (CVS 5329)danielk19772008-06-30
* Additional test cases for loadable extensions. (CVS 5247)drh2008-06-19
* Fix a bug in loadext.test. (CVS 4359)danielk19772007-09-01
* Call sqlite3OsDlError to obtain error information after DlOpen or DlSym fail....danielk19772007-09-01
* Changes to test scripts to support alternative configurations. (CVS 3824)drh2007-04-06
* Add the new experimental sqlite3_auto_extension() API. (CVS 3362)drh2006-08-23
* Make the sqlite3_enable_load_extension() interface accessible from thedrh2006-07-06
* When compiling extensions in the load_extension tests, specify a pathdrh2006-06-27
* The ability to load extensions is turned off by default. It must bedrh2006-06-27
* Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layerdrh2006-06-26
* Add the load_extension() SQL function. (CVS 3269)drh2006-06-17
* The default entry point for loadable extensions is nowdrh2006-06-17
* Add some tests for sqlite3_load_extension(). (CVS 3239)danielk19772006-06-14