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 previous change actually destroyed the part of subquery
syntax that worked. A union without parentheses was actually
working. Now we're making the whole thing work. This introduces an
ambiguity, though, so we fix that with a %prec declaration.
0 commit comments