[
https://issues.apache.org/jira/browse/IBATIS-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647092#action_12647092
]
Kai Grabfelder commented on IBATIS-498:
---------------------------------------
Feel free to attach a patch against the current iBATIS trunk to this issue. And
could you please check if this is still an issue with iBATIS 2.3.4 (the latest
release)?
> CharTypeHandler
> ---------------
>
> Key: IBATIS-498
> URL: https://issues.apache.org/jira/browse/IBATIS-498
> Project: iBatis for Java
> Issue Type: Bug
> Components: SQL Maps
> Affects Versions: 2.3.0
> Reporter: Chad Oliver
>
> There currently is no CharTypeHandler defined in iBatis. Defining a
> CharTypeHandler in the TypeHandlerFactory would be very useful.
> For example.
> public TypeHandlerFactory() {
> TypeHandler handler;
> // added by co11983
> handler = new CharTypeHandler();
> register(Character.class, handler);
> register(char.class, handler);
> // added by co11983
> ........................................
> .........................................
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.