LIKE ~~ operators not supported
Open
- Dominant language
- Shell
- Stars
- 54
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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](https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-LIKE) as `~~` and NOT LIKE `!~~` also. Could you add support for those? I manually translated them now with `sed`.
Thank you for your project!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.