Skip to content

Commit 7cfe3f9

Browse files
Add missing kewords
Most are form 8.0, some older.
1 parent 3889f64 commit 7cfe3f9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/NHibernate/Dialect/MySQLDialect.cs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public MySQLDialect()
124124

125125
private static readonly string[] DialectKeywords =
126126
{
127+
"_filename",
127128
"accessible",
128129
"analyze",
129130
"asc",
@@ -134,6 +135,7 @@ public MySQLDialect()
134135
"connection",
135136
"contributors",
136137
"convert",
138+
"cume_dist",
137139
"database",
138140
"databases",
139141
"datetime",
@@ -147,15 +149,19 @@ public MySQLDialect()
147149
"div",
148150
"dual",
149151
"elseif",
152+
"empty",
150153
"enclosed",
151154
"enum",
152155
"escaped",
153156
"explain",
157+
"first_value",
154158
"float4",
155159
"float8",
156160
"force",
157161
"fulltext",
162+
"generated",
158163
"goto",
164+
"groups",
159165
"high_priority",
160166
"hour_microsecond",
161167
"hour_minute",
@@ -168,10 +174,16 @@ public MySQLDialect()
168174
"int3",
169175
"int4",
170176
"int8",
177+
"io_after_gtids",
178+
"io_before_gtids",
179+
"join_table",
171180
"key",
172181
"keys",
173182
"kill",
174183
"label",
184+
"lag",
185+
"last_value",
186+
"lead",
175187
"limit",
176188
"linear",
177189
"lines",
@@ -181,7 +193,9 @@ public MySQLDialect()
181193
"longblob",
182194
"longtext",
183195
"low_priority",
196+
"master_bind",
184197
"master_ssl_verify_server_cert",
198+
"maxvalue",
185199
"mediumblob",
186200
"mediumint",
187201
"mediumtext",
@@ -190,11 +204,15 @@ public MySQLDialect()
190204
"minute_second",
191205
"mod",
192206
"no_write_to_binlog",
207+
"nth_value",
208+
"ntile",
193209
"nvarchar",
194210
"optimize",
211+
"optimize_costs",
195212
"option",
196213
"optionally",
197214
"outfile",
215+
"percent_rank",
198216
"purge",
199217
"read",
200218
"read_only",
@@ -205,6 +223,7 @@ public MySQLDialect()
205223
"require",
206224
"restrict",
207225
"rlike",
226+
"row_number",
208227
"schema",
209228
"schemas",
210229
"second_microsecond",
@@ -235,6 +254,7 @@ public MySQLDialect()
235254
"utc_timestamp",
236255
"varbinary",
237256
"varcharacter",
257+
"virtual",
238258
"write",
239259
"x509",
240260
"xor",

0 commit comments

Comments
 (0)