You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.txt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
Build 3.3.2.GA
2
2
=============================
3
3
4
+
** Bug
5
+
* [NH-2463] - Exception in LINQ projection with redundant type cast - block using WCF Data Services projection's
6
+
* [NH-2688] - SelectMany with cast throws QuerySyntaxException
7
+
* [NH-2898] - Retrieving object from 2nd cache with lazy property fails
8
+
* [NH-3050] - Contributed patch as solution to Unable to cast object of type 'NHibernate.Impl.ExpandedQueryExpression' to type 'NHibernate.Linq.NhLinqExpression' at NHibernate.Linq.NhQueryProvider.PrepareQuery
9
+
* [NH-3123] - Nuget package should contain the NHibernate logo
10
+
* [NH-3217] - OrderBy with a parameter then Skip and Take produces sql error
11
+
* [NH-3239] - Linq to NHibernate and Dynamic LINQ - query caching not working
12
+
* [NH-3271] - Threading problem in TypeFactory
13
+
14
+
** Improvement
15
+
* [NH-3296] - Tweak build system to allow keeping a constant assembly version between compatible releases
16
+
* [NH-3297] - NHibernate 3.x NuGet package should forbid Iesi.Collections 4.0 or higher
17
+
18
+
** Patch
19
+
* [NH-3293] - SimpleExpression.ToString() returns hashes for strings and dates
0 commit comments