1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-09-11 08:30:57 +03:00

Use the canonical name, not the AS name, when showing the MATERIALIZE or

CO-ROUTINE lines for a CTE.

FossilOrigin-Name: 1b83e232c490fe6e9f999d30399faebfac6094bf940dc21dc459ed2c97657cb2
This commit is contained in:
drh
2021-03-20 15:46:01 +00:00
parent 8210233c7b
commit 2f2091b10e
6 changed files with 21 additions and 19 deletions

View File

@@ -207,7 +207,7 @@ do_eqp_test 5.1 {
ORDER BY 1;
} {
QUERY PLAN
|--MATERIALIZE x1
|--MATERIALIZE c
| |--SETUP
| | `--SCAN CONSTANT ROW
| `--RECURSIVE STEP