Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue #338. (SqlBulkInserter breaks when the records aren't homogenous) #339

Merged
merged 1 commit into from
Mar 31, 2014

Conversation

mattrrichard
Copy link

I've also added a couple tests for this, but I had to end up added a table specifically for these tests because none of the existing tables had enough optional columns. I also didn't realize until a bit late that the db isn't reset before each test only before each set of tests so I added DatabaseHelper.Reset() to those two tests. If you'd prefer the tests formatted in a different way, just let me know.

Thanks,

Matt

markrendle added a commit that referenced this pull request Mar 31, 2014
Fixes issue #338. (SqlBulkInserter breaks when the records aren't homogenous)
@markrendle markrendle merged commit e8be275 into markrendle:master Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants