Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4627 | tweak | always | 06-20-11 04:15 | 06-20-11 10:16 | |
|
|||||
Reporter: | mnsh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.19 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.20 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
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. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|