-
Notifications
You must be signed in to change notification settings - Fork 936
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
Linq: add enum Equals and object Equals support #3242
Conversation
…cial expression expression behavior
…ate-core into enumqualssupport
Seems not so easy with enum equals as it is boxed into object.Equals(object) expression (what leads to problem in my first iteration with BaseHqlGeneratorForMethod approach) |
We have |
I tried it but it is throwing exception:
GetMethodBasedBinaryOperator is expecting that types on both sides of equal operation are same ... |
Stacktrace shows the same source of exception:
I can't look into it right now. But I'm pretty sure |
I tried it but Enum.Equals is |
Why? Does it cause any particular issues (except mentioned problem from |
f9ca4bf
to
1d3d10e
Compare
1d3d10e
to
35bc9f0
Compare
hi @tykovec could you please remove unrelated formatting changes? |
3a9a98e
to
f929aed
Compare
f929aed
to
e7913b9
Compare
done, btw were you not thinking about some code cleanup rules or something like that, white spaces and spacing is really mess ... |
@hazzik how can i retrigger teamcity build, has some issue with cleanup .... |
I have relaunched them. |
@fredericDelaporte I actually had to restart the build agent, sorry, did not have time to re-queue tests |
src/NHibernate.Test/NHSpecificTest/GH1879/ExpansionRegressionTests.cs
Outdated
Show resolved
Hide resolved
…egistering from add to add or update
No description provided.