File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ public static string Version
226
226
/// </para>
227
227
/// <para>
228
228
/// The new pre-evaluation allows them to be converted to HQL function calls which will be run on the db
229
- /// side. This allows by example to retrieve the server time instead of the client time, or to generate
229
+ /// side. This allows for example to retrieve the server time instead of the client time, or to generate
230
230
/// GUIDs for each row instead of an unique one for all rows. (This does not happen if the dialect does
231
231
/// not support the required HQL function.)
232
232
/// </para>
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ public Settings()
145
145
/// </para>
146
146
/// <para>
147
147
/// The new pre-evaluation allows them to be converted to HQL function calls which will be run on the db
148
- /// side. This allows by example to retrieve the server time instead of the client time, or to generate
148
+ /// side. This allows for example to retrieve the server time instead of the client time, or to generate
149
149
/// GUIDs for each row instead of an unique one for all rows.
150
150
/// </para>
151
151
/// </remarks>
Original file line number Diff line number Diff line change 154
154
to be always evaluated with the .Net runtime and replaced in the query by parameter values.
155
155
156
156
The new pre-evaluation allows them to be converted to HQL function calls which will be run on the db
157
- side. This allows by example to retrieve the server time instead of the client time, or to generate
157
+ side. This allows for example to retrieve the server time instead of the client time, or to generate
158
158
GUIDs for each row instead of an unique one for all rows.
159
159
160
160
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