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
Parser::try_from_sql and Parser::parse_sql both take a &str as input.
But str only allow for UTF-8 character
Is there any function to parse SQL statement from binary data (eg Vec<u8>) ?
Is there any plan to support it ?
The text was updated successfully, but these errors were encountered:
Parser::try_from_sql
andParser::parse_sql
both take a&str
as input.But
str
only allow for UTF-8 characterIs there any function to parse SQL statement from binary data (eg
Vec<u8>
) ?Is there any plan to support it ?
The text was updated successfully, but these errors were encountered: