1
- Build 5.3.14
1
+ Build 5.3.15
2
+ =============================
3
+
4
+ Release notes - NHibernate - Version 5.3.15
5
+
6
+ 4 issues were resolved in this release.
7
+
8
+ ** Bug
9
+
10
+ * #3218 Failure of contains subquery with parameter
11
+ * #3187 Fix mixing implied implicit and left joins in HQL for v5.3
12
+
13
+ ** Task
14
+
15
+ * #3225 Release 5.3.15
16
+ * #3222 Automatically generate async code on pull requests for 5.3
17
+
18
+
19
+ Build 5.3.14
2
20
=============================
3
21
4
22
Release notes - NHibernate - Version 5.3.14
@@ -7,8 +25,8 @@ Release notes - NHibernate - Version 5.3.14
7
25
8
26
** Bug
9
27
10
- #3169 InvalidOperationException: This transformer is not initialized by Cached Query
11
- #3164 Fetching a lazy loaded component regression
28
+ * #3169 InvalidOperationException: This transformer is not initialized by Cached Query
29
+ * #3164 Fetching a lazy loaded component regression
12
30
13
31
** Task
14
32
@@ -24,14 +42,14 @@ Release notes - NHibernate - Version 5.3.13
24
42
25
43
** Bug
26
44
27
- #3134 ManyToMany - Tries to select not existing column in Mapping Table
28
- #3113 Join fails on Oracle9Dialect
29
- #3030 Memory leak named parameter holds entity references
45
+ * #3134 ManyToMany - Tries to select not existing column in Mapping Table
46
+ * #3113 Join fails on Oracle9Dialect
47
+ * #3030 Memory leak named parameter holds entity references
30
48
31
49
** Improvement
32
50
33
- #3120 Guards against use of a disposed session factory
34
- #2994 Npgsql 6 is not compatible
51
+ * #3120 Guards against use of a disposed session factory
52
+ * #2994 Npgsql 6 is not compatible
35
53
36
54
** Task
37
55
0 commit comments