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
The general solution to this is difficult. The underlying parser generator relies on the very few ascii characters to speed up parsing. If there is a specific block of unicode you are interested in, that can be added simply enough.
I will continue to look into adding unicode support to the parser.
This works in PostgreSQL 16:
So I expected this to work as well:
But it raises a ParseException. With quotations it works fine:
But I don't want to use quotation marks. It may be that
mo-sql-parsing
is trying to nudge me towards better practices, of course. :)pip show mo-sql-parsing
says:Version: 10.652.24214
The text was updated successfully, but these errors were encountered: