Skip to content

Commit afcffff

Browse files
committed
Add #1673
1 parent 2094609 commit afcffff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

releasenotes.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
Build 5.1.2
1+
Build 5.1.2
22
=============================
33

44
Release notes - NHibernate - Version 5.1.2
55

66
** Bug
77

8+
* #1673 Binary xor treated as pow with PostgreSQL
89
* #1660 Wrong CopyTo implementation
910
* #1650 Cannot use cache.use_sliding_expiration in hibernate.cfg.xml
1011
* #1585 Hashset unsupported by SetParameterList
@@ -342,8 +343,8 @@ Build 5.0.0
342343
query.default_cast_precision and query.default_cast_scale settings.
343344
* Future queries with data provider not actually supporting them (not supporting mutliple queries in a single
344345
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.)
347348
* Dialects are now configurable. If you instantiate a dialect directly, make sure you call its Configure
348349
method, with as argument the properties of a NHibernate Configuration object. You may use instead
349350
Dialect.GetDialect methods, which configure the dialect before returning it.

0 commit comments

Comments
 (0)