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
Support single-quoted identifiers and bare * in select list
- Accept StringLiteral in the identifier parser rule so QuestDB single-quoted
identifiers (FROM 'trades', AS 'alias') parse correctly and roundtrip through toSql
- Allow bare * anywhere in the select list (SELECT amount, * FROM t),
not only as the first item
- Suppress autocomplete inside both single- and double-quoted strings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments