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
docs: fix SQL error types — SqlParseError/SqlLexerError, not plain Error
The error-handling page claimed SQL errors throw standard Error. They
actually throw SqlParseError or SqlLexerError with a position field.
Updated with proper instanceof checks and imports.
0 commit comments