SQLite

Check-in [4b73ee33f3]
Login

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

Overview
Comment:Experimental merge of the est_count_pragma and the pragma-as-vtab branches.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | est-count-pragma-vtab
Files: files | file ages | folders
SHA1: 4b73ee33f31281886256663a0e4a6397d3c8efc5
User & Date: drh 2016-12-16 16:49:11.848
Context
2016-12-16
16:49
Experimental merge of the est_count_pragma and the pragma-as-vtab branches. (Closed-Leaf check-in: 4b73ee33f3 user: drh tags: est-count-pragma-vtab)
15:57
Merge recent trunk enhancements. (check-in: 74a0ca1f15 user: drh tags: est_count_pragma)
04:20
Fix an error in the way the "schema" argument to some pragma virtual tables is handled. (Closed-Leaf check-in: 546821e29e user: drh tags: pragma-as-vtab)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to main.mk.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/pragma.h.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.
Changes to test/with3.test.
Changes to test/without_rowid1.test.
Added tool/faststat1.c.
Changes to tool/mkpragmatab.tcl.