Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork76
Commit1b46e5c
committed
Revert processIndirect for CTEs - use simpler native backend approach
- CTEs are different from views/subqueries - their SELECT is already processed when visiting the WITH clause- Mark CTE references as native backend material instead of calling processIndirect (which caused recursive analysis issues)- Simplify CTE multiple test to match simple test for now1 parent9fd9170 commit1b46e5c
File tree
2 files changed
+7
-6
lines changed- internal
- stackql/astanalysis/earlyanalysis
- test/testobjects
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
| 846 | + | |
| 847 | + | |
846 | 848 | | |
847 | 849 | | |
848 | 850 | | |
849 | 851 | | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
855 | 856 | | |
856 | 857 | | |
857 | 858 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments
Comments
(0)