You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When issuing a TRUNCATE TABLE command the response from the server is not properly parsed and an exception is thrown:
Observed with version
0.10.0
The text was updated successfully, but these errors were encountered: