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

Fix to #19731 - Discuss default null propagation strategy for functions #20025

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Feb 21, 2020

  • obsoleteing SqlFunction methods and ctors that don't specify nullability propagation info explicitly,
  • correcting nullability for LongCount,
  • changing 'NullResultAllowed' to 'Nullable' to be consistent with ColumnExpression,
  • other minor perf improvements & cleanup.

Fixes #19731

- obsoleteing SqlFunction methods and ctors that don't specify nullability propagation info explicitly,
- correcting nullability for LongCount,
- changing 'NullResultAllowed' to 'IsNullable' to be consistent with ColumnExpression,
- other minor perf improvements & cleanup.

Fixes #19731
@maumar
Copy link
Contributor Author

maumar commented Feb 21, 2020

updated

@maumar maumar merged commit 8f1063c into master Feb 21, 2020
@maumar maumar deleted the fix19731 branch February 21, 2020 22:52
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.

Discuss default null propagation strategy for functions
2 participants