You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Aashish Gandhi (JIRA)" <ib...@incubator.apache.org> on 2007/06/07 14:53:25 UTC

[jira] Created: (IBATISNET-227) DBType of the DataParameter when passed to a custom TypeHandlerCallback is always String

DBType of the DataParameter when passed to a custom TypeHandlerCallback is always String
----------------------------------------------------------------------------------------

                 Key: IBATISNET-227
                 URL: https://issues.apache.org/jira/browse/IBATISNET-227
             Project: iBatis for .NET
          Issue Type: Bug
          Components: DataMapper
    Affects Versions: DataMapper 1.6.1
            Reporter: Aashish Gandhi


On debugging I found that the correct database type is passed as the dbType parameter to the SetParameter function of the CustomTypeHandler.cs, but that is not being used. The DataParameter.DBType property always returns String. This does not help in the implemented TypeHandlerCallback's SetParameter function.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.