Project

General

Profile

Bug #100

Closing Answer from implicit transaction closes subsequent explicit transaction

Added by Andrae Muys - about 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Category:
Mulgara
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed

Description

setAutoCommit(true);
query() -> answer
setAutoCommit(false);
query.close();
commit();
setAutoCommit(true);

The commit fails to reserve the writeLock complaining that the writeLock has already been released.

Test case duplicating bug has been added to AdvDatabaseSessionUnitTest.

Also available in: Atom PDF