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
fix: validate SELECT columns as bare identifiers and reject expressions
Non-aggregate SELECT items must be bare column names or *. Rejects
arithmetic (age + 1), aggregate wrappers (COUNT(*) + 1), and FILTER
clauses at parse time with clear error messages.
0 commit comments