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 #19609 - Query: allow user functions to be annotated with nullability propagation information #21777

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Jul 24, 2020

Added fluent API for function to specify it's nullability and function parameter to specify whether it propagates null. Also added property to DbFunction attribute to allow specify nullability there.

Fixes #19609

@maumar
Copy link
Contributor Author

maumar commented Jul 24, 2020

updated

@maumar
Copy link
Contributor Author

maumar commented Jul 25, 2020

updated

@smitpatel
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@maumar maumar force-pushed the fix19609 branch 2 times, most recently from f53fe59 to 292f133 Compare July 27, 2020 05:39
…ability propagation information

Added fluent API for function to specify it's nullability and function parameter to specify whether it propagates null. Also added property to DbFunction attribute to allow specify nullability there.
@maumar
Copy link
Contributor Author

maumar commented Jul 27, 2020

updated @smitpatel

@maumar maumar merged commit 9046e12 into main Jul 27, 2020
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.

Query: allow user functions to be annotated with nullability propagation information
3 participants