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

Rename ISQLFunctionExtended.FunctionName to Name #2359

Merged
merged 1 commit into from
May 11, 2020

Conversation

maca88
Copy link
Contributor

@maca88 maca88 commented Apr 22, 2020

Suggested by @hazzik in comment, to avoid the need of obsoleting NoArgSQLFunction.Name.

@@ -10,7 +10,7 @@ internal interface ISQLFunctionExtended : ISQLFunction
/// <summary>
/// The function name or <see langword="null"/> when multiple functions/operators/statements are used.
/// </summary>
string FunctionName { get; }
string Name { get; }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not a breaking change as ISQLFunctionExtended is not yet released.

@fredericDelaporte
Copy link
Member

I have qualified it as a fix of #2061 since I do not see much value in surfacing this in the release notes.

@fredericDelaporte fredericDelaporte added this to the 5.3 milestone May 10, 2020
@hazzik hazzik merged commit 14e2d87 into nhibernate:master May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants