markrendle / Simple.Data

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

Columns not homogenized when inserting #323

Open jdscolam opened 10 years ago

jdscolam commented 10 years ago

Hi,

When inserting into a table, the BulkInserterHelper is not homogenizing columns when comparing them, which leads to the situation where "MyColumn" != "MY_COLUMN" when it should. I will submit a pull request resolving the issue, but there might be a better way to do it.

Regards,

Jon