Commit 9b1e174
authored
Support setting non-standard isolation level
For JDBC drivers (like Informix) isolation level 5 is a valid value. Given JDBC Connection.transactionIsolation is just an int, it doesn't make sense to limit the possible values to what is defined in JDBC Connection class1 parent b80182c commit 9b1e174
File tree
1 file changed
+1
-1
lines changed- ebean-datasource/src/main/java/io/ebean/datasource/pool
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments