-
Notifications
You must be signed in to change notification settings - Fork 13
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
Blob values are not quoted #7
Comments
A workaround is to use hex value directly, e.g.
since using an apostrophe |
Hi, Myanon tries to deduce if quotes are needed or not, depending on field type. Your example showed it took the wrong decision for blob types. I fixed it and I modified the "test1/lottypes" test to reflect this change. However, I also added a manual option to control quoting, in order to support your workaround as well. You can see the new option on the "test1/the_blobs" test. Everything should work now, can you try the latest code? I will then update the docs. Regards, |
Yes, that works fine, just needed to add |
Given the following config:
When I run
I expect to see see
But I actually see
I tried quoting/escaping (by uncommenting the config line for
blob3
) , but I received the error:The text was updated successfully, but these errors were encountered: