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
Handle spaced qualified quoted names in alias detection
Scan backwards past whitespace before a quote character to find a dot,
so o . "year_total" is correctly treated as a qualified reference and
does not trigger unnecessary query wrapping.
0 commit comments