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 @@ -728,13 +728,14 @@ var session = sessions.OpenSession(conn);
728
728
<literal >true</literal > | <literal >false</literal >
729
729
</para >
730
730
<para >
731
- Legacy pre-evaluation is causing special properties or functions like DateTime.Now or Guid.NewGuid()
732
- to be always evaluated with the .Net runtime and replaced in the query by parameter values.
731
+ Legacy pre-evaluation is causing special properties or functions like <literal >DateTime.Now</literal >
732
+ or <literal >Guid.NewGuid()</literal > to be always evaluated with the .Net runtime and replaced in the
733
+ query by parameter values.
733
734
</para >
734
735
<para >
735
736
The new pre-evaluation allows them to be converted to HQL function calls which will be run on the db
736
737
side. This allows by example to retrieve the server time instead of the client time, or to generate
737
- GUIDs for each row instead of an unique one for all rows.
738
+ UUIDs for each row instead of an unique one for all rows.
738
739
</para >
739
740
<para >
740
741
The new pre-evaluation will likely be enabled by default in the next major version (6.0).
You can’t perform that action at this time.
0 commit comments