Bug #100
Closing Answer from implicit transaction closes subsequent explicit transaction
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.
Updated by Andrae Muys - almost 15 years ago
Updated by Andrae Muys - almost 15 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed