Skip to content

Commit 2fd7f0f

Browse files
authored
Add datetimex keyword to SapSQLAnywhere17Dialect (#3147)
1 parent f027dad commit 2fd7f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate/Dialect/SapSQLAnywhere17Dialect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public SapSQLAnywhere17Dialect()
3939

4040
private static readonly string[] DialectKeywords =
4141
{
42+
"datetimex",
4243
"executing",
4344
"executing_user",
4445
"extract",

0 commit comments

Comments
 (0)