Skip to content
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

hstore being returned with no escaping inside causing parser to fail #222

Open
dhenson02 opened this issue Dec 12, 2021 · 0 comments
Open
Labels

Comments

@dhenson02
Copy link

dhenson02 commented Dec 12, 2021

This is essentially the same issue as #221 but with hstore. The string returned as the value is double-quoted and contains all the original hstore double-quotes with no escaping.

Example result from inside .columns (truncated cuz its huge):

{"name":"patient_info","value":""ssn"=>"", "c1AddressLine2"=>"", "employerAddress"=>"", "enableVerterinary"=>"", "providerfacilities"=>"""}

Causes parser to throw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants