Commit a7ffe07
Skip sourceDataType in ResultSet when reading an MColumn
Oracle does not always return this column. Columns both before and
after it were already guarded with `if(r.hasMoreColumns)` in
`MColumn.getColumns`, so this looks like an oversight.1 parent 40ed6cf commit a7ffe07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
0 commit comments