Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004627 [Resin] tweak always 06-20-11 04:15 06-20-11 10:16
Reporter mnsh View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.19
Summary 0004627: <transaction-isolation>..</transaction-isolation> should accept / pass through numeric values
Description Currently, the only values allowed in:

<database>
 <connection>
  <transaction-isolation>...</transaction-isolation>
 </connection>
</database>

are none, read-committed, read-uncommitted, repeatable-read and serializable.

Since some drivers define additional isolation levels, it would be useful if numeric values were allowed and simply passed through to the underlying Connection.
Additional Information For example: with sqljdbc (the jdbc driver for MS SQL Server), a value of com.microsoft.sqlserver.jdbc.SQLServerConnection.TRANSACTION_SNAPSHOT == 4096 is used to select the "snapshot" isolation level.
Attached Files

- Relationships

- Notes
(0005330)
ferg
06-20-11 10:16

env/1198
 

- Issue History
Date Modified Username Field Change
06-20-11 04:15 mnsh New Issue
06-20-11 10:16 ferg Note Added: 0005330
06-20-11 10:16 ferg Assigned To  => ferg
06-20-11 10:16 ferg Status new => closed
06-20-11 10:16 ferg Resolution open => fixed
06-20-11 10:16 ferg Fixed in Version  => 4.0.20


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker