Invalid assignement of Custom type handler in inline parameter
--------------------------------------------------------------

         Key: IBATISNET-126
         URL: http://issues.apache.org/jira/browse/IBATISNET-126
     Project: iBatis for .NET
        Type: Bug
  Components: DataMapper  
    Versions: DataMapper 1.2.1    
    Reporter: Gilles Bayon
 Assigned to: Gilles Bayon 
     Fix For: DataMapper 1.3


As in

Insert into Others
( Other_Int, Other_Long, Other_Bit, Other_String  )
values
( #Int#, #Long#, #Bool#, #Bool2,type=bool,dbType=Varchar#)

or

Insert into Others
( Other_Int, Other_Long, Other_Bit, Other_String  )
values
( #Int#, #Long#, #Bool#, #Bool2,handler=OuiNonBool#)

-- 
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

Reply via email to