aboutsummaryrefslogtreecommitdiff
path: root/src/test_autoext.c
Commit message (Collapse)AuthorAge
* Avoid making unnecessary changes to the signatures of thedrh2016-08-01
| | | | | sqlite3_auto_extension() and sqlite3_cancel_auto_extension() interfaces. FossilOrigin-Name: b6ea2f21f602031ef4dbd47462ac11b0bb0d5de6
* Make the extension auto-loading mechanism work with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. FossilOrigin-Name: 3ea567c4b07b2a7a027b9b5cb8250ab687803698
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Adjust #ifdefs in test_autoext.c so that it compiles with drh2013-08-06
| | | | | | SQLITE_OMIT_LOAD_EXTENSION. Fix compiler warnings in two other test modules. No changes to the core. FossilOrigin-Name: 89930ea3c3b3bd078f641b2c5203d851083bbf1a
* Add the sqlite3_cancel_auto_extension(X) interface which will undo a priordrh2013-07-15
| | | | | call to sqlite3_auto_extension(X). FossilOrigin-Name: cdce87eb889a43dafcc560d5f97ab517d0266860
* Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros intodrh2013-04-19
| | | | | no-ops if the extension is statically linked. FossilOrigin-Name: 86eb3eed4c70730dba0e319f243f8cb4fa8de06c
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* Add tests to verify correct behavior when mutex initialization fails. (CVS 5359)drh2008-07-08
| | | FossilOrigin-Name: 65875005ac8bc7988d7d7d8e8b999857449568fd
* Fix build whether compiling with or without auto-extension enabled (CVS 4891)mlcreech2008-03-19
| | | FossilOrigin-Name: 7b9682c65f545b09d410173cf282f7c4f4438097
* Move SQL functions used for testing only out of func.c and into a newdrh2008-03-19
| | | | | | test file named test_func.c. Use sqlite3_auto_extension() to make sure the test functions appear in every database connection. (CVS 4883) FossilOrigin-Name: e90c4cc8a89838161f218739bc821126e247498c
* Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION.drh2006-12-19
| | | | | Ticket #2113. (CVS 3534) FossilOrigin-Name: c3d118b40811b201e4a98b62549c5439d7d5098d
* Add the new experimental sqlite3_auto_extension() API. (CVS 3362)drh2006-08-23
FossilOrigin-Name: a85fc877eb8c92bbb79ac9b7fa91fb362f37cdf7