]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the CLI to render EXPLAIN QUERY PLAN using an ASCII-art graph.
authordrh <drh@noemail.net>
Tue, 24 Apr 2018 13:07:40 +0000 (13:07 +0000)
committerdrh <drh@noemail.net>
Tue, 24 Apr 2018 13:07:40 +0000 (13:07 +0000)
commit4b5345ccc70c775c46e774adc807421ee561657f
treed226007bb666abfe6f84b624d7de3d094325e7d0
parent4d3e61403af9a31f2afc71d5618c96de9705ea7c
Enhance the CLI to render EXPLAIN QUERY PLAN using an ASCII-art graph.
This works with ".eqp" modes and when the query begins with exactly
"EXPLAIN QUERY PLAN".  To see the original output format, add extra space
characters in between words of the initial "EXPLAIN QUERY PLAN".

FossilOrigin-Name: f53716ee2ab5a6d47a5551529aae526bb39058f4a8e11e6243b32c1ddc25a19e
manifest
manifest.uuid
src/shell.c.in
src/vdbeaux.c