File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 33
44Release notes - NHibernate - Version 5.3.0
55
6- 206 issues were resolved in this release.
6+ 210 issues were resolved in this release.
77
88 ##### Possible Breaking Changes #####
99 * 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
113113 * #2327 Add cross join support for Hql and Linq query provider
114114 * #2313 Add overloads to ISession.Get taking both an entityName and a lockMode
115115 * #2294 Add StackExchangeRedis cache provider documentation
116+ * #2259 Schema auto-update should throw errors
116117 * #2221 Support MemberInit expression in group by
117118 * #2216 Add a driver to support Microsoft.Data.SqlClient provider
118119 * #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
137138
138139** Improvement
139140
141+ * #2404 Allow overriding default CastFunction
142+ * #2401 Optimize JoinWalker.WhereString method
143+ * #2399 Optimize PersistentGenericBag.EqualsSnapshot
140144 * #2394 Optimize PersistentGenericSet snapshot
141145 * #2352 Improve performance of ReflectHelper.GetMethod/Definition
142146 * #2350 Optimize LINQ batch item processing for queries with overridden result type
You can’t perform that action at this time.
0 commit comments