finagle / finagle/finagle-postgres

Unknown command complete response tag TRUNCATE TABLE

Open
#124 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
81
Forks
36
PR merge metrics
No merged PRs in 30d

Description

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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.