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 #24569 - TableValuedFunctionExpression does not take the IsBuiltIn option into account (DbFunctions) #24758

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Apr 26, 2021

The TableValuedFunctionExpression does not take the IsBuiltIn option into account. This results in brackets being added to build in database functions.

Fixes #24569

@maumar
Copy link
Contributor Author

maumar commented Apr 26, 2021

rebased, squashed and added minor tweaks to the test

Copy link
Contributor

@smitpatel smitpatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a functional test please

@maumar maumar force-pushed the pr24570 branch 2 times, most recently from 0807b3a to 393b60c Compare April 26, 2021 21:17
…ltIn option into account (DbFunctions)

The TableValuedFunctionExpression does not take the IsBuiltIn option into account. This results in brackets being added to build in database functions.

Fixes #24569
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.

TableValuedFunctionExpression does not take the IsBuiltIn option into account (DbFunctions)
3 participants