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
{{ message }}
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
When parsing an file with BOM bytes, it causes a "can't interpret statement" error.
This is probably because the parser consider these bytes as an identifier.
Perhaps sqlint should ignore or warn when a source file starts with BOM bytes.
When parsing an file with BOM bytes, it causes a "can't interpret statement" error.
This is probably because the parser consider these bytes as an identifier.
Perhaps sqlint should ignore or warn when a source file starts with BOM bytes.
https://en.wikipedia.org/wiki/Byte_order_mark
The text was updated successfully, but these errors were encountered: