SQLite

All files named ”src/test_autoext.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/test_autoext.c

2024-07-30
15:49
[14d4bbd3d0] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 5324)
2016-08-01
14:35
[915d245e73] part of check-in [b6ea2f21f6] Avoid making unnecessary changes to the signatures of the sqlite3_auto_extension() and sqlite3_cancel_auto_extension() interfaces. (check-in: [b6ea2f21f6] user: drh branch: trunk, size: 5452)
2016-07-28
22:23
[cc69375c00] part of check-in [3ea567c4b0] Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. (check-in: [3ea567c4b0] user: mistachkin branch: callbackConv, size: 5362)
17:11
[6c8fe00caa] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 5404)
14:37
[2a2343174f] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 5247)
2013-08-06
18:35
[dea8a01a71] part of check-in [89930ea3c3] Adjust #ifdefs in test_autoext.c so that it compiles with SQLITE_OMIT_LOAD_EXTENSION. Fix compiler warnings in two other test modules. No changes to the core. (check-in: [89930ea3c3] user: drh branch: trunk, size: 5172)
2013-07-15
17:02
[32cff3d01c] part of check-in [cdce87eb88] Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior call to sqlite3_auto_extension(X). (check-in: [cdce87eb88] user: drh branch: trunk, size: 5172)
2013-04-19
01:23
[5c95b5d435] part of check-in [86eb3eed4c] Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros into no-ops if the extension is statically linked. (check-in: [86eb3eed4c] user: drh branch: loadext, size: 3812)
2009-11-10
01:30
[30e7bd98ab] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 3819)
2008-07-08
02:12
[f53b0cdf7b] part of check-in [65875005ac] Add tests to verify correct behavior when mutex initialization fails. (CVS 5359) (check-in: [65875005ac] user: drh branch: trunk, size: 3881)
2008-03-19
23:52
[5e892ab84a] part of check-in [7b9682c65f] Fix build whether compiling with or without auto-extension enabled (CVS 4891) (check-in: [7b9682c65f] user: mlcreech branch: trunk, size: 3718)
16:08
[1d128825bd] part of check-in [e90c4cc8a8] Move SQL functions used for testing only out of func.c and into a new test file named test_func.c. Use sqlite3_auto_extension() to make sure the test functions appear in every database connection. (CVS 4883) (check-in: [e90c4cc8a8] user: drh branch: trunk, size: 3711)
2006-12-19
18:57
[855157d97a] part of check-in [c3d118b408] Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION. Ticket #2113. (CVS 3534) (check-in: [c3d118b408] user: drh branch: trunk, size: 3711)
2006-08-23
20:07
Added: [bbb70bc1c8] part of check-in [a85fc877eb] Add the new experimental sqlite3_auto_extension() API. (CVS 3362) (check-in: [a85fc877eb] user: drh branch: trunk, size: 3711)