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

Workaround Bulk Copy for batch insert operation against specific datatypes. #908

Closed
wants to merge 9 commits into from

Conversation

peterbae
Copy link
Contributor

For now, these datatypes don't seem to work against Azure DW when using bulk copy:
Money/Smallmoney
Temporal data types (Date, Datetime, Datetime2, SmallDateTime, DateTimeOffset, Time).

This PR puts a workaround that makes tables with those columns present fallback to the original batch insert operation.

Also, Binary/Varbinary data types also used to fail, but I fixed that part in this PR as well.

@peterbae
Copy link
Contributor Author

PR moved to #912.

@peterbae peterbae closed this Dec 18, 2018
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.

1 participant