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

Batch update does not work for tables that are in a different schema than the default #56

Open
cteiosanu opened this issue Sep 11, 2015 · 2 comments

Comments

@cteiosanu
Copy link

The current implementation of the batch update can't update tables that reside in a different schema than "dbo" (and this is confirmed by the SqlQueryProvider implementation)

@RubberChickenParadise
Copy link

I have added a pull request #60 to resolve this issue. The Schema was being passed in but never actually inserted into the update string.

@denis-bondarenko
Copy link

it would be nice to merge #60 and update nuget package

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

No branches or pull requests

3 participants