Commit 30dffe8
committed
test: pin getObject(int, Map) null/empty fast path
Drive-by pin test: StreamingResultSet.getObject(int, Map<String,Class<?>>)
with a null or empty type map should behave like plain getObject(int)
per the JDBC spec. Previously not asserted anywhere.
The companion getObject(Class) fallback test landed earlier on this
branch, bundled into the QueryJDBCAccessor base-class fix commit so
the fix and its end-to-end coverage ship as a single cherry-pickable
unit.1 parent 8b013d1 commit 30dffe8
1 file changed
Lines changed: 12 additions & 0 deletions
File tree
- jdbc-core/src/test/java/com/salesforce/datacloud/jdbc/core
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
205 | 217 | | |
206 | 218 | | |
207 | 219 | | |
| |||
0 commit comments