Commit 5677dee
committed
Accept "Closed Resultset" raised by ojdbc11 21.21
After bumping the 11g matrix to Instant Client 21.21 and switching to
ojdbc11.jar shipped inside that zip, the driver raises
"Java::JavaSql::SQLException: Closed Resultset: next" when fetching
from a closed cursor (lowercase 's' in "Resultset"). The previous
ojdbc11 23.26 used "Closed ResultSet" (uppercase 'S') which the spec's
regex matched.
Add the /i flag so both casings — and any future case variant of the
same message — match.1 parent 7600d30 commit 5677dee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1875 | 1875 | | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | | - | |
| 1878 | + | |
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
| |||
0 commit comments