Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
DataMapper 1.2.1
-
None
Description
<typeHandler
type="System.Nullable`1[[ATG.Money, ATG.Money]]" dbType="Currency" callback="ATG.Database.TypeHandlers.NullableMoneyTypeHandlerCallback, ATG.Database"/>
This fails inside the function SplitTypeAndAssemblyNames. The function
simply splits on the ',' to find the dll to load. If I change this
function to check if it is a generic type string it works fine.
if (typeAssemblyIndex < 0 || originalTypeName.Contains("`1[["))