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

[CBAM.SQL.PostgreSQL] Add actual support for reading values from backend in binary format #1

Open
stazz opened this issue May 12, 2018 · 0 comments
Assignees

Comments

@stazz
Copy link
Owner

stazz commented May 12, 2018

Currently, the CBAM.PostgreSQL.Implementation protocol always tells the backend to send its data in textual format. This is because the bind message is sent before describe, which I think is because we are using portal instead of statement (the batch execution uses statement, and it sends those in different order).

It should be investigated as to how properly allow users to active binary read functionality. One way could be via configuration, in protocol section, where some related information already exists now.

@stazz stazz changed the title Add actual support for reading values from backend in binary format [CBAM.SQL.PostgreSQL] Add actual support for reading values from backend in binary format May 12, 2018
@stazz stazz self-assigned this Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant