Skip to content

Indeterminate PreparedStatement error hidden when inside a transaction #1557

@tsegismont

Description

@tsegismont

Version

4.5.21

Context

Problem originally reported in #1540

When an indeterminate data type error is raised, the client tries to prepare the query again, with the provided parameter types (if any).

But since the transaction has aborted, new commands are ignored and the client reports the following:

io.vertx.pgclient.PgException: ERROR: current transaction is aborted, commands ignored until end of transaction block (25P02)

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions