markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

fixes #308 #309

Closed maniserowicz closed 10 years ago

maniserowicz commented 10 years ago

two things to consider: 1) I lost table name in exception message 2) I'm not sure if AdoAdapterException is the right one to throw

markrendle commented 10 years ago

Wow, thanks. I'll probably add an AdoProviderException for Providers to throw, and make sure the table name is included.