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 Settings['key'] map access being confused with SETTINGS clause (#122)
The Settings column in system tables was being lexed as token.SETTINGS and
incorrectly terminating function argument parsing. Now check for array access
syntax (followed by [) before treating SETTINGS as a clause keyword.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments