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
- Suggest compound JOIN keywords (e.g., LEFT JOIN, ASOF JOIN) instead
of bare prefixes like LEFT, ASOF that are incomplete on their own
- Fix table suggestion ranking: full-match tables now get Medium priority
(below columns at High) instead of being interleaved with columns
- Extract selectBody rule from selectStatement so WITH clauses do not
suggest DECLARE/WITH after CTE definitions
- Remove RIGHT JOIN and FULL JOIN from grammar (unsupported by QuestDB)
- Update tests for compound join suggestions and grammar changes
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments