ThatRendle / Simple.Data

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

fixes #308 #309

Closed maniserowicz closed 11 years ago

maniserowicz commented 11 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

ThatRendle commented 11 years ago

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