dibley1973 / StoredProcedureFramework

A .Net framework for calling stored procedures
MIT License
4 stars 2 forks source link

Misinforms field missing when field has mis matched data type #9

Closed dibley1973 closed 8 years ago

dibley1973 commented 8 years ago

Misinforms field missing when code has field type of double and stored pricedure field is decimal

dibley1973 commented 8 years ago

Oddly, although this happened at work, I cannot reproduce at home. The framework correctly identifies the incorrect cast with an InvalidCastException. I can only assume we are not running a late version at work and this has already been fixed.

dibley1973 commented 8 years ago

Closing as cannot reproduce in this version!