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

Unknown command complete response tag TRUNCATE TABLE #124

Open
d-s-d opened this issue Apr 2, 2019 · 1 comment
Open

Unknown command complete response tag TRUNCATE TABLE #124

d-s-d opened this issue Apr 2, 2019 · 1 comment

Comments

@d-s-d
Copy link

d-s-d commented Apr 2, 2019

When issuing a TRUNCATE TABLE command the response from the server is not properly parsed and an exception is thrown:

java.lang.IllegalStateException: Unknown command complete response tag TRUNCATE TABLE
	at com.twitter.finagle.postgres.messages.BackendMessageParser.parseTag(BackendMessageParser.scala:245)
	at com.twitter.finagle.postgres.messages.BackendMessageParser.parseC(BackendMessageParser.scala:218)
	at com.twitter.finagle.postgres.messages.BackendMessageParser.parse(BackendMessageParser.scala:30)

Observed with version 0.10.0

@vic
Copy link

vic commented Jun 26, 2021

Same happens when trying to execute a SET TRANSACTION ISOLATION LEVEL command

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

No branches or pull requests

2 participants