Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0 Beta 9
-
None
-
General - the core code is missing this functionality.
Description
STRUCT is not supported and callable statements does not support structured sql types as out parameters. I attached patch which adds this functionality.
Patch description:
-Generally IBatis 3 Beta 9 does not support STRUCT type. So the patch is adding this type.
- When setting output parameters of callable statement, there is missing functionality which would set sql type name (which is needed in case of custom sql types/objects). The patch adds this functionality.
-The patch extends ParameterMapping. It adds field sqlTypeName.
-The patch extends SqlSourceBuilder so its recognized additional attribute "sqlTypeName".