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.