Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
firebird-automations opened this issue Apr 29, 2014 · 0 comments

Comments

@firebird-automations
Copy link

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants