@@ -7,12 +7,12 @@ Build 4.1.0.CR1
77 wrapping exception have now been removed. Where relevant, you should instead catch
88 the original exception type you throw.
99
10- For LINQ queries, the startAt parameter and the return value for string.IndexOf() are
11- now correctly translated from .Net's 0-based indexing to SQL's 1-based indexing. LINQ
12- queries that are written to expect SQL semantics for IndexOf() will likely need to be
13- asjusted (NH-3846, NH-3901).
14- Example: A LINQ query should now use 'x=>x.Name.IndexOf("a") == -1' to pick objects where
15- the name doesn't contain the letter "a".
10+ For LINQ queries, the startAt parameter and the return value for string.IndexOf() are
11+ now correctly translated from .Net's 0-based indexing to SQL's 1-based indexing. LINQ
12+ queries that are written to expect SQL semantics for IndexOf() will likely need to be
13+ adjusted (NH-3846, NH-3901).
14+ Example: A LINQ query should now use 'x=>x.Name.IndexOf("a") == -1' to pick objects where
15+ the name doesn't contain the letter "a".
1616
1717** Bug
1818 * [NH-2038] - No substring length check in RemoveAsAliasesFromSql
@@ -445,6 +445,13 @@ Build 4.0.0.Alpha1
445445 * [NH-3347] - Remove obsolete dialects for NH4
446446
447447
448+ Build 3.4.1.GA
449+ =============================
450+
451+ ** Bug
452+ * [NH-3795] - C# compiler "Roslyn" regression
453+
454+
448455Build 3.4.0.GA
449456=============================
450457** Known BREAKING CHANGES from NH3.3.0.GA to NH3.4.0.GA
@@ -531,6 +538,14 @@ Build 3.4.0.CR1
531538** Task
532539 * [NH-3251] - Update to antlr 3.5.0.2
533540
541+
542+ Build 3.3.5.GA
543+ =============================
544+
545+ ** Bug
546+ * [NH-3795] - C# compiler "Roslyn" regression
547+
548+
534549Build 3.3.4.GA
535550=============================
536551
0 commit comments