Skip to content

Some actions on PreparedStatement/CallableStatement incorrectly complete other statements in autoCommit [JDBC352] #394

Open
@firebird-automations

Description

@firebird-automations

Submitted by: @mrotteveel

Some actions on PreparedStatement/CallableStatement incorrectly complete other statements in autoCommit. This is caused by a call to notifyStatementStart() where only the (FBStatement) field completed needs to be set to false, and an ensureTransaction call is needed.

This happens on calls to Connection.prepareStatement (in the FBPreparedStatement constructor), and FBCallableStatement.getParameterMetaData().

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions