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: PIVOT FOR...IN AS alias parsing, COPY PARTITION BY roundtrip
- Add pivotInValue grammar rule to support aliased values in PIVOT IN
lists, e.g. FOR symbol IN ('BTC-USD' AS bitcoin). Both parsing and
toSql round-trip now handle the AS alias correctly.
- Fix COPY FROM visitor dropping the BY token from PARTITION BY,
which caused toSql to emit invalid SQL rejected by QuestDB.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments