/ Timeline
Login

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

9 check-ins related to "fkey-missing-indexes"

2016-12-16
18:43
Add the ".lint fkey-indexes" command to the command-line shell. check-in: 94689e3bda user: drh tags: trunk
18:41
Fix minor issues with the ".lint" command implemention in the shell and the shell help text related to ".lint". Closed-Leaf check-in: 1268dc7771 user: drh tags: fkey-missing-indexes
17:28
Change ".fkey_missing_indexes" to ".lint fkey-indexes". check-in: ee621ade38 user: dan tags: fkey-missing-indexes
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
2016-12-14
19:28
Add the experimental ".fkey_missing_indexes" command to the shell tool. To identify indexes that should be created on child keys if FK processing is to be enabled. check-in: 7df23aca1f user: dan tags: fkey-missing-indexes
14:07
Refactor the Table.nRef field as Table.nTabRef for easier grepping. check-in: 9cae4c2e30 user: drh tags: trunk