aboutsummaryrefslogtreecommitdiff
path: root/test/loadext.test
Commit message (Collapse)AuthorAge
* Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more ↵stephan2025-03-08
| | | | | sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. FossilOrigin-Name: 84d8fcfca19cd183d05a702d0eb1742bfae462d3383a3db72741a48cefac1058
* Fix the regexp used to recognize libdl errors on OS-X.drh2018-11-17
| | | FossilOrigin-Name: 1740025307531a52e4f0641e2e74dc14715130858f2e9236be13b66924f00220
* Add an extra compiler switch to loadext.test to ensure that it picks up the ↵dan2016-08-01
| | | | | correct version of sqlite3.h when building a test extension. FossilOrigin-Name: e57fa6af32a1d1bf7be64b26850730f7e714b6c6
* Test cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION.drh2016-04-21
| | | FossilOrigin-Name: debafa5efd37ac60e030d0963ce8e7c4f51a0f10
* Enhance testing support for the Win32 VFS dynamic extension loading facilities.mistachkin2014-02-24
| | | FossilOrigin-Name: 53081e7202fb55f792a78e73627466eb0200f11c
* Add the "warning" command to the TCL test infrastructure. Fix problemsdrh2013-04-19
| | | | | with the loadext.test module. FossilOrigin-Name: 514adbbd8cf3e296f55e8f803bddaac8ad8b2c96
* Remove more references to OS/2.mistachkin2012-06-21
| | | FossilOrigin-Name: eebd594d6bd09c77727620a818d7dc0b091f55b4
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Fix a problem in loadext.test causing an error on OSX. This is not a real ↵danielk19772009-03-20
| | | | | problem, just a case of the test script expecting a slightly different error message than the one returned. (CVS 6361) FossilOrigin-Name: 18680989b5365b0e35fadca5919dfced22433ff4
* Get the load extension tests working on amd64. Needed for test coverage. ↵drh2008-10-13
| | | | | (CVS 5816) FossilOrigin-Name: 119b69fba0c27c4c479749360176b6eb69d2e70f
* fix some tests to take the right branch on OS/2 (hope I got the Tcl syntax ↵pweilbacher2008-08-22
| | | | | right) (CVS 5593) FossilOrigin-Name: 10e62d4700c99faf07140a8204d3cd81481206ac
* Additional coverage testing. Fix a segfault following OOM indrh2008-08-02
| | | | | sqltie3_load_extension(). (CVS 5523) FossilOrigin-Name: f1e44eb323f05495cbae25113aebcc50d16b40df
* Changes to loadext.test so that it works on osx as well as linux. (CVS 5329)danielk19772008-06-30
| | | FossilOrigin-Name: 189cd85413a2e00696752bb82e7a442e86e621ac
* Additional test cases for loadable extensions. (CVS 5247)drh2008-06-19
| | | FossilOrigin-Name: 9d73a68c305db673d393db118b6a41241683a670
* Fix a bug in loadext.test. (CVS 4359)danielk19772007-09-01
| | | FossilOrigin-Name: 2be8af9d402a5cd8da8c348883188eb38900f6dc
* Call sqlite3OsDlError to obtain error information after DlOpen or DlSym ↵danielk19772007-09-01
| | | | | fail. (CVS 4358) FossilOrigin-Name: 3d74256c9123e8434c68e6a0c5b61686b34a4328
* Changes to test scripts to support alternative configurations. (CVS 3824)drh2007-04-06
| | | FossilOrigin-Name: 3471a2269fb6b3769b59b70992e6da3bdebea7df
* Add the new experimental sqlite3_auto_extension() API. (CVS 3362)drh2006-08-23
| | | FossilOrigin-Name: a85fc877eb8c92bbb79ac9b7fa91fb362f37cdf7
* Make the sqlite3_enable_load_extension() interface accessible from thedrh2006-07-06
| | | | | TCL bindings. (CVS 3321) FossilOrigin-Name: ce96b890bbf2f2b9686e19bbb1111a70f6404cb5
* When compiling extensions in the load_extension tests, specify a pathdrh2006-06-27
| | | | | for finding include files. (CVS 3313) FossilOrigin-Name: aee4b669944ccf3888daa9d9e54f16261c64f380
* The ability to load extensions is turned off by default. It must bedrh2006-06-27
| | | | | | enabled by calling sqlite3_enable_load_extension() before it will work. This prevents security problems in legacy applications. Ticket #1863. (CVS 3311) FossilOrigin-Name: 4692319ccf28b0ebe64d5c5d189f444034fe0cb2
* Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layerdrh2006-06-26
| | | | | | memory allocator. Convert sqlite3_free() and sqlite3_mprintf() to also use the OS-layer memory allocator. (CVS 3298) FossilOrigin-Name: 85a66a25e97471d3c459c8da6a96990b0537dc7d
* Add the load_extension() SQL function. (CVS 3269)drh2006-06-17
| | | FossilOrigin-Name: e08e2ddafe909ae6073ec56dfa3fdca23e36bf2e
* The default entry point for loadable extensions is nowdrh2006-06-17
| | | | | always sqlite3_extension_init(). (CVS 3268) FossilOrigin-Name: 059b1f61406ca60fdbd3ec59c5b15fadc6552564
* Add some tests for sqlite3_load_extension(). (CVS 3239)danielk19772006-06-14
FossilOrigin-Name: 402a77c43d4e4dcd2e1197cfaaa2ed51249a1b8f