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: add nil guards to REST client visitor to prevent panic on parse errors
The visitor crashed with a nil interface conversion at visitor_rest.go:26
when the parser produced error nodes (e.g., when old BEGIN...END syntax
was used with the new {} grammar). Added defensive nil checks on all
type assertions in ExitCreateRestClientStatement and its helpers so
malformed input produces a clean parse error instead of a panic.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments