Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Support UUID objects
This means supporting PreparedStatement.setObject() with UUID object,
and resultset.getObject() returning UUID object by default.
Resultset metadata will change accordingly
An option to keep default as String must be provided to ensure compatibility.