You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue for this one is that our CTE pattern matching rules, for regular and recursive CTEs, expect the top-level node to be WITH. Either we need to push LIMITs below WITH, or make CTE resolve pattern match more accommodating:
Using dolt 0.40.31
Ex. this works:
but this does not:
Note: the same goes with non-recursive cte's
The text was updated successfully, but these errors were encountered: