Skip to content

Fix to #19609 - Query: allow user functions to be annotated with nullability propagation information#21777

Merged
maumar merged 1 commit intomainfrom
fix19609
Jul 27, 2020
Merged

Fix to #19609 - Query: allow user functions to be annotated with nullability propagation information#21777
maumar merged 1 commit intomainfrom
fix19609

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
Contributor

/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