-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Remove DbFunction.DefaultSchema #15501
Labels
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-cleanup
Milestone
Comments
Note from triage: We may be able to get rid of this setting. |
related issue #12757 |
ajcvickers
changed the title
Move DbFunction.DefaultSchema to Model.DbFunctionDefaultSchema
Remove DbFunction.DefaultSchema
May 10, 2019
Poaching. |
smitpatel
added a commit
that referenced
this issue
Jun 19, 2019
Fuctions without arguments passed considered niladic. Non-niladic functions without arguments must pass empty array of args. Functions with instance are considered built in. Functions without schema are considered built in. Functions with schema are non-built-in (Schema can be null) To map a DbFunction to built-in function use HasTranslation API Resolves #12757 Resolves #14882 Resolves #15501
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jun 19, 2019
@smitpatel I hoped you would 😉 |
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
Fuctions without arguments passed considered niladic. Non-niladic functions without arguments must pass empty array of args. Functions with instance are considered built in. Functions without schema are considered built in. Functions with schema are non-built-in (Schema can be null) To map a DbFunction to built-in function use HasTranslation API Resolves #12757 Resolves #14882 Resolves #15501
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-cleanup
No description provided.
The text was updated successfully, but these errors were encountered: