(message: Message)
| 68 | * This function returns the command result tag from the command message |
| 69 | */ |
| 70 | export function parseCommandCompleteMessage(message: Message): string { |
| 71 | return message.reader.readString(message.byteCount); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * https://www.postgresql.org/docs/14/protocol-error-fields.html |
no test coverage detected