/ Changes On Branch pragma-as-vtab
Login

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

Changes In Branch pragma-as-vtab Excluding Merge-Ins

This is equivalent to a diff from a88ca3524b to 546821e29e

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
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
2016-12-15
20:59
Code to automatically create eponymous virtual tables for read-only pragmas. Compiles, but does not yet work. check-in: 988a61e8b0 user: drh tags: pragma-as-vtab
16:01
Do more pragma processing from tables rather than in-line code. Closed-Leaf check-in: a88ca3524b user: drh tags: table-driven-pragma
2016-12-14
14:07
Refactor the Table.nRef field as Table.nTabRef for easier grepping. check-in: 9cae4c2e30 user: drh tags: trunk

Changes to src/alter.c.

Changes to src/build.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/sqliteInt.h.

Changes to src/trigger.c.

Changes to src/vdbe.c.

Changes to src/vtab.c.

Changes to test/alter.test.

Changes to test/alter4.test.

Changes to test/attach.test.

Changes to test/attach3.test.

Changes to test/auth.test.

Changes to test/auth3.test.

Changes to test/autoinc.test.

Changes to test/bestindex3.test.

Changes to test/bestindex4.test.

Changes to test/e_dropview.test.

Changes to test/fkey2.test.

Changes to test/incrblob4.test.

Changes to test/intarray.test.

Changes to test/interrupt.test.

Changes to test/regexp2.test.

Changes to test/rowvalue.test.

Changes to test/rowvalue9.test.

Changes to test/rowvaluefault.test.

Changes to test/schema4.test.

Changes to test/snapshot2.test.

Changes to test/tempdb2.test.

Changes to test/temptrigger.test.

Changes to test/tkt3630.test.

Changes to test/tkt3810.test.

Changes to test/without_rowid3.test.

Changes to tool/mkpragmatab.tcl.