Skip to content

Commit 61af90a

Browse files
fixup! Support evaluation of DateTime.Now on db side
Adjust wording
1 parent c625912 commit 61af90a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/NHibernate/Cfg/Environment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static string Version
226226
/// </para>
227227
/// <para>
228228
/// 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
230230
/// GUIDs for each row instead of an unique one for all rows. (This does not happen if the dialect does
231231
/// not support the required HQL function.)
232232
/// </para>

src/NHibernate/Cfg/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public Settings()
145145
/// </para>
146146
/// <para>
147147
/// 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
149149
/// GUIDs for each row instead of an unique one for all rows.
150150
/// </para>
151151
/// </remarks>

src/NHibernate/nhibernate-configuration.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
to be always evaluated with the .Net runtime and replaced in the query by parameter values.
155155

156156
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
158158
GUIDs for each row instead of an unique one for all rows.
159159

160160
The new pre-evaluation will likely be enabled by default in the next major version (6.0).

0 commit comments

Comments
 (0)