dazinator / CrmAdo

An ADO.NET Provider for Dynamics Crm
6 stars 4 forks source link

Fix incorrect sql data type name for integer #63

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

Currently, for picklist columns (integer values) the sql data type name is being provided as "integer". It should be "int" otherwise it doesn't parse back into a dbdatatype enum value.