Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge the pragma-as-vtab change into this branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | fkey-missing-indexes |
Files: | files | file ages | folders |
SHA1: |
4ba45e722371ca4343e3563e7e1c2896 |
User & Date: | dan 2016-12-16 16:13:45.218 |
Context
2016-12-16
| ||
16:44 | Update .fkey_missing_indexes to use the built-in pragma vtabs. (check-in: 3ab05987b0 user: dan tags: fkey-missing-indexes) | |
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) | |
2016-12-15
| ||
06:01 | Add the -groupbyparent option to the ".fkey_missing_indexes" command. (check-in: 976c51b483 user: dan tags: fkey-missing-indexes) | |
Changes
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.