Any update on this? We've had to abandon updating to 4.1.0 because of this one.
On Monday, January 9, 2017 at 5:58:18 PM UTC-5, Gunnar Liljas wrote: > > https://github.com/nhibernate/nhibernate-core/pull/547 > > 2017-01-09 22:04 GMT+01:00 Gunnar Liljas <[email protected] > <javascript:>>: > >> Indeed. I'll have a look immediately. >> >> /G >> >> 2017-01-09 21:42 GMT+01:00 Alexander Zaytsev <[email protected] >> <javascript:>>: >> >>> Hi guys, we have a critical regression introduced by NH-3904 (see >>> NH-3929 & NH-3933). >>> >>> I think we need to make a fix urgently. >>> >>> Best Regards, >>> Alexander >>> On Mon, 19 Dec 2016 at 9:36 AM, Gunnar Liljas <[email protected] >>> <javascript:>> wrote: >>> >>>> Beautiful! >>>> >>>> 2016-12-18 18:37 GMT+01:00 Oskar Berggren <[email protected] >>>> <javascript:>>: >>>> >>>>> NHibernate 4.1.0 is now released with 105 issues resolved. >>>>> Approximately 50 different contributors helped with this. >>>>> >>>>> For a list of resolved issues, see the release notes: >>>>> >>>>> https://github.com/nhibernate/nhibernate-core/blob/4.1.0.GA/releasenotes.txt >>>>> >>>>> Binaries are available on NuGet and SourceForge: >>>>> https://sourceforge.net/projects/nhibernate/files/NHibernate/4.1.0.GA/ >>>>> https://www.nuget.org/packages/NHibernate/4.1.0.4000 >>>>> >>>>> ##### Possible Breaking Changes Since 4.0 ##### >>>>> Proxies for classes that used lazy fields (not collections) >>>>> would have any exceptions from the entity wrapped in >>>>> TargetInvocationException. This >>>>> wrapping exception have now been removed. Where relevant, you should >>>>> instead catch >>>>> the original exception type you throw. >>>>> >>>>> For LINQ queries, the startAt parameter and the return value for >>>>> string.IndexOf() are >>>>> now correctly translated from .Net's 0-based indexing to SQL's 1-based >>>>> indexing. LINQ >>>>> queries that are written to expect SQL semantics for IndexOf() will >>>>> likely need to be >>>>> adjusted (NH-3846, NH-3901). >>>>> Example: A LINQ query should now use `x=>x.Name.IndexOf("a") == -1` to >>>>> pick objects where >>>>> the name doesn't contain the letter "a". >>>>> >>>>> >>>>> -- >>>>> >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "nhibernate-development" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected] >>>>> <javascript:>. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "nhibernate-development" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected] >>>> <javascript:>. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nhibernate-development" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] >>> <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
