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
- Lexer now handles scientific notation (1e10, 1.5e-3, 3E+5) in number tokens
- isFunctionKeyword() was missing NTILE, FIRST_VALUE, LAST_VALUE, NTH_VALUE,
PERCENT_RANK, CUME_DIST — they were parsed as column refs instead of functions
- Window frame without AND (e.g. ROWS 5 PRECEDING) now defaults end to CURRENT ROW
per SQL standard, instead of leaving it undefined
0 commit comments