Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Avoid making unnecessary changes to the signatures of the sqlite3_auto_extension() and sqlite3_cancel_auto_extension() interfaces. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b6ea2f21f602031ef4dbd47462ac11b0 |
User & Date: | drh 2016-08-01 14:35:48.519 |
Context
2016-08-01
| ||
15:00 | Update releasetest.tcl to automatically do one round of tests with USE_STDCALL=1 when running on Windows with MSVC. (check-in: a6a112de48 user: drh tags: trunk) | |
14:35 | Avoid making unnecessary changes to the signatures of the sqlite3_auto_extension() and sqlite3_cancel_auto_extension() interfaces. (check-in: b6ea2f21f6 user: drh tags: trunk) | |
2016-07-30
| ||
18:54 | Fix harmless compiler warning seen with MSVC. (check-in: 390a38a142 user: mistachkin tags: trunk) | |
Changes
Changes to src/loadext.c.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/test1.c.
Changes to src/test_autoext.c.
Changes to src/test_func.c.
Changes to src/test_multiplex.c.
Changes to src/test_thread.c.