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

Support sending SET commands. #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vic
Copy link

@vic vic commented Jun 26, 2021

Previous to this change, if you tried to issue a SET command,
finagle-postgres would raise an exception telling no completion command
is known for tag SET. This patch implements such a response from
server.

SET commands are needed for sending runtime settings to postgres
or when trying to set the current transaction isolation level.

See:

zio/zio-quill#29 (comment)

Previous to this change, if you tried to issue a `SET` command,
finagle-postgres would raise an exception telling no completion command
is known for tag `SET`. This patch implements such a response from
server.

`SET` commands are needed for sending runtime settings to postgres
or when trying to set the current transaction isolation level.

See:

zio/zio-quill#29 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant