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
We want to translate PostgreSQL dump into MySQL (for MariaDB ultimatively) and from a ~2GB dump we saw that some researchers use the Postgres LIKE operator as ~~ and NOT LIKE !~~ also. Could you add support for those? I manually translated them now with sed.
Thank you for your project!
The text was updated successfully, but these errors were encountered:
We want to translate PostgreSQL dump into MySQL (for MariaDB ultimatively) and from a ~2GB dump we saw that some researchers use the Postgres LIKE operator as
~~
and NOT LIKE!~~
also. Could you add support for those? I manually translated them now withsed
.Thank you for your project!
The text was updated successfully, but these errors were encountered: