-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support MySQL special character escape sequences #23
Comments
SQLite escape sequences don't seem to be supported either. According to the README:
So I think :
|
It should not be difficult to implement using |
Good catch -- I actually independently ran into this issue last week (also parsing MySQL dumps) and made a mental note to fix it! I originally looked at I'll check out the PR 👍 |
I also tried to use
|
I think we have all of them supported now, thanks to @lovasoa's work 👍 |
Hi!
Thank you for this great library.
I am trying to use it to parse wikipedia dumps in my project wikipedia-externallinks-fast-extraction.
Unfortunately, they contain mysql escape characters that are currently not supported by this library.
Unsupported characters
The escape characters are:
Example
The text was updated successfully, but these errors were encountered: