VulcanAnalytics / DBTester

Simplified MSSQL database testing library
GNU General Public License v3.0
1 stars 2 forks source link

InsertData can't handle NULLs #19

Closed darrencomeau closed 6 years ago

darrencomeau commented 6 years ago

Get a null reference exception if trying to pass a C# null value.

Need a method of supplying a null value.

darrencomeau commented 6 years ago

Still a problem

Tests didn't cover the scenario properly and nulls while not erroring the execution are being converted to blank strings or other data type defaults

darrencomeau commented 6 years ago

Fixed with version 0.7.2-alpha