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

Relax type of batch insert body parameter to allow nullable values #1040

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

JamiesWhiteShirt
Copy link
Contributor

Resolves #847

Technically speaking. If you are able to provide meaningful insert statement for null value, handling the null case should be allowed. In same manner as here is no not-null constraint for plain insert.

If there are other similar types that could be relaxed, let me know and I can add those as well.

@Tapac Tapac merged commit 331e4b5 into JetBrains:master Sep 15, 2020
@JamiesWhiteShirt JamiesWhiteShirt deleted the relax-types branch November 12, 2020 09:41
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.

Table.batchInsert constrained by Any
2 participants