/ Changes On Branch est-count-pragma-vtab
Login

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

Changes In Branch est-count-pragma-vtab Excluding Merge-Ins

This is equivalent to a diff from 546821e29e to 4b73ee33f3

2016-12-16
18:14
Built-in PRAGMA statements without side-effects can be invoked as table-valued functions by prefixing their name with "pragma_". (check-in: d66ec5cfb6 user: drh tags: trunk)
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)
16:13
Merge the pragma-as-vtab change into this branch. (check-in: 4ba45e7223 user: dan tags: fkey-missing-indexes)
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)
02:31
Simplifications to facilitate full test coverage. (check-in: 01afc51597 user: drh tags: pragma-as-vtab)

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.