Commit 1d848b1
committed
refactor: drop StreamingResultSet getObject(Class) bandaid
Now that QueryJDBCAccessor.getObject(Class) provides the raw + isInstance
fallback as its base-class default, StreamingResultSet no longer needs
the catch-and-retry path that worked around accessors which threw
"Operation not supported." Collapse getObject(int, Class) to direct
dispatch and update the regression test's WHY comment to point at the
accessor base class as the load-bearing layer.
Addresses: review comment on PR #175 line 388.1 parent cb2d1d0 commit 1d848b1
1 file changed
Lines changed: 3 additions & 25 deletions
Lines changed: 3 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | 363 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
389 | 367 | | |
390 | 368 | | |
391 | 369 | | |
| |||
0 commit comments