File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ Build 5.0.0
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
346
enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the
347
- behavior of FutureValue.)
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