1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-05 04:30:38 +03:00

Fix to the EXPLAIN indentation logic in the command-line shell.

FossilOrigin-Name: 8f916ed1e185ac728e00624d90e1d7bd2dda4469
This commit is contained in:
drh
2014-05-29 20:17:57 +00:00
parent c2ce0bea88
commit b463fef3fd
3 changed files with 8 additions and 8 deletions

View File

@@ -1200,7 +1200,7 @@ static void explain_data_prepare(struct callback_data *p, sqlite3_stmt *pSql){
const char *azNext[] = { "Next", "Prev", "VPrev", "VNext", "SorterNext",
"NextIfOpen", "PrevIfOpen", 0 };
const char *azYield[] = { "Yield", "SeekLt", "SeekGt", "RowSetRead", "Rewind", 0 };
const char *azYield[] = { "Yield", "SeekLT", "SeekGT", "RowSetRead", "Rewind", 0 };
const char *azGoto[] = { "Goto", 0 };
/* Try to figure out if this is really an EXPLAIN statement. If this