You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only attempting to close fields that are actually closeable provides a minor performance improvement for calls to `ResultSet.next()` (very simple profiling showed 3-5% for non-cached TYPE_FORWARD_ONLY, 80-90% for cached/scrollable).
Submitted by: @mrotteveel
Only attempting to close fields that are actually closeable provides a minor performance improvement for calls to `ResultSet.next()` (very simple profiling showed 3-5% for non-cached TYPE_FORWARD_ONLY, 80-90% for cached/scrollable).
Pull request: #34
Commits: 1f55d28
The text was updated successfully, but these errors were encountered: