Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
On SET CURRENT ISOLATION statement in the Derby refernce manual:
"Issuing this command commits the current transaction, which is consistent with the java.sql.Connection.setTransactionLevel method."
The correct method name is java.sql.Connection.setTransactionIsolation (java.sql.Connection.setTransactionLevel does not exist)
BTW: setTransactionIsolation will commit the current transaction if called in the client driver but not in the embedded driver. See DERBY-638
Attachments
Attachments
Issue Links
- is related to
-
DERBY-2064 Network client setTransactionIsolation() commits any active transactions
- Closed
- relates to
-
DERBY-2124 Incorrect method name in error message for Connection.setTransactionIsolation method
- Closed