Alex Zaytsev
Alex Zaytsev
That is interesting. .NET 8 optimized the condition to: ``` public bool TestWithOr { get { TestEnum @enum = Enum; if ((uint)@enum
I've fixed a bug where conventions were not applied to members of ``. It should be available on NuGet shortly.
It is compatible. But I do not want people force to upgrade NHibernate. It's up to them if they want it upgraded or not.
@angelorfontana, sorry, but there is not enough information to action this issue.
Need to mark the test with [KnownBug] attribute
It does. What exact issue do you have? What it the query and what is the sql generated? What version of NHibernate?
Fixed in Hibernate here: 1. https://github.com/hibernate/hibernate-orm/commit/daa48b7db9bc8533a574d92fc2d6ea6fc6816702 2. https://github.com/hibernate/hibernate-orm/commit/1aed1b50f7ecfa4129d47ddeb45a10207c2fd149
Maybe some information is in the mailing lists (I’m away sleeping, so could not check now)
Read the linked issues. I don’t know why this is an “expected behavior”, @fabiomaulo. Could you please elaborate? I agree that the behavior should be as described by @bahusoid.
So, it seems that this is the same as NH-2136, except it happens to anything regardless of the type of id generator.