Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

@maumar maumar requested review from roji and smitpatel February 21, 2020 22:21
- 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
# for free to join this conversation on GitHub. Already have an account? # 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