SQLite

Check-in [edceaccd66]
Login

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

Overview
Comment:Merge recent enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | appendvfs
Files: files | file ages | folders
SHA3-256: edceaccd66a65d6b36e53ce33d760a7bd9c2261a592d12189f5f55417b5d5d74
User & Date: drh 2017-12-23 18:40:39.094
Context
2018-01-06
04:34
Add sqltclsh.exe to the windows makefile. (check-in: a6d5c7c2aa user: drh tags: appendvfs)
2017-12-23
18:40
Merge recent enhancements from trunk. (check-in: edceaccd66 user: drh tags: appendvfs)
14:39
Simplification to the error handling logic in the extension loader. (check-in: 07c773148d user: drh tags: trunk)
2017-12-14
19:24
Fixes to the appendvfs.c extension. Add the "sqltclsh" application that uses appendvfs.c to find its scripts. (check-in: ee248b529c user: drh tags: appendvfs)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Added ext/expert/README.md.
Added ext/expert/expert.c.
Added ext/expert/expert1.test.
Added ext/expert/sqlite3expert.c.
Added ext/expert/sqlite3expert.h.
Added ext/expert/test_expert.c.
Changes to ext/misc/shathree.c.
Changes to ext/misc/unionvtab.c.
Changes to ext/rtree/rtree.c.
Changes to main.mk.
Changes to src/build.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_tclsh.c.
Changes to src/treeview.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to test/colname.test.
Changes to test/permutations.test.
Changes to test/swarmvtab.test.
Changes to test/swarmvtab2.test.
Added test/swarmvtab3.test.
Changes to test/tester.tcl.
Changes to tool/lempar.c.