SQLite

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 a88ca352 to 546821e2

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: d66ec5cf user: drh tags: trunk)
16:49
Experimental merge of the est_count_pragma and the pragma-as-vtab branches. (Closed-Leaf check-in: 4b73ee33 user: drh tags: est-count-pragma-vtab)
16:13
Merge the pragma-as-vtab change into this branch. (check-in: 4ba45e72 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: 546821e2 user: drh tags: pragma-as-vtab)
02:31
Simplifications to facilitate full test coverage. (check-in: 01afc515 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: 988a61e8 user: drh tags: pragma-as-vtab)
16:01
Do more pragma processing from tables rather than in-line code. (Closed-Leaf check-in: a88ca352 user: drh tags: table-driven-pragma)
2016-12-14
14:07
Refactor the Table.nRef field as Table.nTabRef for easier grepping. (check-in: 9cae4c2e 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.