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

Allow INSERT null for SQL Server varbinary type #4846

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Aug 15, 2020

Fixes #4795

The original statement.setObject(index, null) in WriteFunction causes conversion error.

@cla-bot cla-bot bot added the cla-signed label Aug 15, 2020
@ebyhr ebyhr force-pushed the sqlserver-varbinary branch from c25f0a1 to 1edb1fd Compare September 13, 2020 01:05
@ebyhr ebyhr merged commit 05b1226 into trinodb:master Sep 13, 2020
@ebyhr ebyhr mentioned this pull request Sep 13, 2020
9 tasks
@martint martint added this to the 342 milestone Sep 24, 2020
@ebyhr ebyhr deleted the sqlserver-varbinary branch September 26, 2020 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Failed to insert NULL for varbinary in SQL Server
3 participants