File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-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
@@ -343,8 +343,8 @@ Build 5.0.0
343
343
query.default_cast_precision and query.default_cast_scale settings.
344
344
* Future queries with data provider not actually supporting them (not supporting mutliple queries in a single
345
345
SQL command) are no more immediately executed at the .Future call. They are executed only when directly
346
- enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the behavior
347
- of FutureValue.)
346
+ enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the
347
+ behavior of FutureValue.)
348
348
* Dialects are now configurable. If you instantiate a dialect directly, make sure you call its Configure
349
349
method, with as argument the properties of a NHibernate Configuration object. You may use instead
350
350
Dialect.GetDialect methods, which configure the dialect before returning it.
You can’t perform that action at this time.
0 commit comments