File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Build 5.1.2
1
+ Build 5.1.2
2
2
=============================
3
3
4
4
Release notes - NHibernate - Version 5.1.2
5
5
6
6
** Bug
7
7
8
+ * #1673 Binary xor treated as pow with PostgreSQL
8
9
* #1660 Wrong CopyTo implementation
9
10
* #1650 Cannot use cache.use_sliding_expiration in hibernate.cfg.xml
10
11
* #1585 Hashset unsupported by SetParameterList
@@ -342,8 +343,8 @@ Build 5.0.0
342
343
query.default_cast_precision and query.default_cast_scale settings.
343
344
* Future queries with data provider not actually supporting them (not supporting mutliple queries in a single
344
345
SQL command) are no more immediately executed at the .Future call. They are executed only when directly
345
- enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the behavior
346
- of FutureValue.)
346
+ enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the
347
+ behavior of FutureValue.)
347
348
* Dialects are now configurable. If you instantiate a dialect directly, make sure you call its Configure
348
349
method, with as argument the properties of a NHibernate Configuration object. You may use instead
349
350
Dialect.GetDialect methods, which configure the dialect before returning it.
You can’t perform that action at this time.
0 commit comments