You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Clinton Begin (JIRA)" <ib...@incubator.apache.org> on 2005/09/18 20:53:55 UTC

[jira] Closed: (IBATIS-156) configured type handler not used in insert

     [ http://issues.apache.org/jira/browse/IBATIS-156?page=all ]
     
Clinton Begin closed IBATIS-156:
--------------------------------


> configured type handler not used in insert
> ------------------------------------------
>
>          Key: IBATIS-156
>          URL: http://issues.apache.org/jira/browse/IBATIS-156
>      Project: iBatis for Java
>         Type: Bug
>   Components: SQL Maps
>     Versions: 2.1.0
>  Environment: linux, java 1.5
>     Reporter: Jim Newsham
>     Assignee: Clinton Begin
>     Priority: Minor
>      Fix For: 2.1.5

>
> Custom type handlers which are configured within SqlMapConfig, such as:
> <typeHandler javaType='java.lang.Boolean' jdbcType='CHAR' callback='com...BooleanTypeHandler'/>
> are working properly and automatically to convert types for queries.  However for inserts, the type conversion is not being called based on the above type handler mapping.  We have confirmed this behavior by placing debug print statements in the methods of the type handler being used.
> What does work, and what we're currently using as a workaround, is to use an explicit, inline type handler within the insert map (such as #private,handler=com...BooleanTypeHandler#). 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira