]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the ".indexes" command of the CLI. (1) The PATTERN now matches
authordrh <>
Mon, 16 Mar 2026 15:35:41 +0000 (15:35 +0000)
committerdrh <>
Mon, 16 Mar 2026 15:35:41 +0000 (15:35 +0000)
commitbf057073c3f101dd67a7ca5fa763f80c09c6389a
tree8395a09648e713f6e4a550d6847a1d99a59a6144
parent061459bf76776903f411f09daf44e1b28b9426c2
Rework the ".indexes" command of the CLI.  (1) The PATTERN now matches
the name of the index itself, not the name of the table containing
the index, thus making the pattern actually useful.  (2)  System-generated
indexes (for UNIQUE constraints and similar) are omitted unless
the -a|-all or --sys options are added.  (3) The --expr option causes
only expression indexes to be shown.

FossilOrigin-Name: 13e2cad810bfd59a9e18eb38bda1241715b76756ffec7d617e9ce99b89f19284
manifest
manifest.uuid
src/shell.c.in
test/shell1.test