Skip to content

Unknown command complete response tag TRUNCATE TABLE #124

@d-s-d

Description

@d-s-d

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions