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
Add UUID conversion to class-specific rs get (1.3)
This is a backport of the PR duckdb#243 to `v1.3-ossivalis` stable branch.
Result set method `getObject(idx, class)` requires the driver to
convert the requested value to the specified class. This PR
`java.util.UUID` conversion that was missed there.
Fixes: duckdb#240
0 commit comments