File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Release notes - NHibernate - Version 5.3.0
5
5
6
- 206 issues were resolved in this release.
6
+ 210 issues were resolved in this release.
7
7
8
8
##### Possible Breaking Changes #####
9
9
* A distributed cache may hold conflicting timestamps after upgrade for as much as twelve hours.
@@ -113,6 +113,7 @@ Release notes - NHibernate - Version 5.3.0
113
113
* #2327 Add cross join support for Hql and Linq query provider
114
114
* #2313 Add overloads to ISession.Get taking both an entityName and a lockMode
115
115
* #2294 Add StackExchangeRedis cache provider documentation
116
+ * #2259 Schema auto-update should throw errors
116
117
* #2221 Support MemberInit expression in group by
117
118
* #2216 Add a driver to support Microsoft.Data.SqlClient provider
118
119
* #2209 IN clause support in hql for composite keys on databases without row value constructor support
@@ -137,6 +138,9 @@ Release notes - NHibernate - Version 5.3.0
137
138
138
139
** Improvement
139
140
141
+ * #2404 Allow overriding default CastFunction
142
+ * #2401 Optimize JoinWalker.WhereString method
143
+ * #2399 Optimize PersistentGenericBag.EqualsSnapshot
140
144
* #2394 Optimize PersistentGenericSet snapshot
141
145
* #2352 Improve performance of ReflectHelper.GetMethod/Definition
142
146
* #2350 Optimize LINQ batch item processing for queries with overridden result type
You can’t perform that action at this time.
0 commit comments