@@ -7,12 +7,12 @@ Build 4.1.0.CR1
7
7
wrapping exception have now been removed. Where relevant, you should instead catch
8
8
the original exception type you throw.
9
9
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".
16
16
17
17
** Bug
18
18
* [NH-2038] - No substring length check in RemoveAsAliasesFromSql
@@ -445,6 +445,13 @@ Build 4.0.0.Alpha1
445
445
* [NH-3347] - Remove obsolete dialects for NH4
446
446
447
447
448
+ Build 3.4.1.GA
449
+ =============================
450
+
451
+ ** Bug
452
+ * [NH-3795] - C# compiler "Roslyn" regression
453
+
454
+
448
455
Build 3.4.0.GA
449
456
=============================
450
457
** Known BREAKING CHANGES from NH3.3.0.GA to NH3.4.0.GA
@@ -531,6 +538,14 @@ Build 3.4.0.CR1
531
538
** Task
532
539
* [NH-3251] - Update to antlr 3.5.0.2
533
540
541
+
542
+ Build 3.3.5.GA
543
+ =============================
544
+
545
+ ** Bug
546
+ * [NH-3795] - C# compiler "Roslyn" regression
547
+
548
+
534
549
Build 3.3.4.GA
535
550
=============================
536
551
0 commit comments