Paymentsense / Dapper.SimpleLoad

Dapper.SimpleLoad
MIT License
13 stars 4 forks source link

SimpleLoad should throw an exception if splitOn is null when CustomQuery used #16

Open bartread opened 8 years ago

bartread commented 8 years ago

Currently what happens is that Dapper itself throws an unrevealing NullReferenceException. What should happen is SimpleLoad should detect the problem and throw an ArgumentNullException, with a useful diagnostic message, in the CustomQuery(...) method.