FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
91 stars 23 forks source link

Closing statement issue using updateRow() [JDBC127] #169

Closed firebird-automations closed 15 years ago

firebird-automations commented 16 years ago

Submitted by: Arturo La Monaca (tevenin)

Assigned to: Roman Rokytskyy (rrokytskyy)

Attachments: UpdateTest.zip

Use attached database and run test class under Eclipse setting up debug breakpoints. As you can see from attached screenshots, monitoring the connection with IDSurgeon FBScanner it seems that closing direct update statement (first test) works fine, but closing the statement implicitly obtained by updateRow() method leaves the statement opened and in 'Execute' state.

Best regards

Commits: FirebirdSQL/jaybird@1b493173f74d77aeca17c7043f596b375e9b6c6c

firebird-automations commented 16 years ago

Commented by: Arturo La Monaca (tevenin)

Zip contains these four files:

- UpdateTest.java - test.fdb - AfterStop1.jpg - AfterStop2.jpg

firebird-automations commented 16 years ago
Modified by: Arturo La Monaca (tevenin) Attachment: UpdateTest\.zip \[ 11020 \]
firebird-automations commented 15 years ago
Modified by: Roman Rokytskyy (rrokytskyy) status: Open \[ 1 \] =\> Closed \[ 6 \] resolution: Fixed \[ 1 \]