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

Pgx binary value #83

Merged
merged 3 commits into from
May 8, 2020
Merged

Pgx binary value #83

merged 3 commits into from
May 8, 2020

Conversation

brendanlong
Copy link
Contributor

This introduces new Pgx_value.of_binary and to_binary functions and uses them instead of using (incorrect) escaping for all strings.

I think this will fix #38, although people will need to explicitly use the binary type to get escaping in the future.

@coveralls
Copy link

coveralls commented May 7, 2020

Coverage Status

Coverage decreased (-2.3%) to 67.025% when pulling c77bd64 on pgx-binary-value into d48deda on master.

@brendanlong brendanlong merged commit 25a907a into master May 8, 2020
@brendanlong brendanlong deleted the pgx-binary-value branch May 8, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Postgres text protocol doesn't support string escaping
3 participants