Skip to content

Commit ab2abfb

Browse files
committed
Reduce MySQL keyword list to only reserved ones
1 parent 324684a commit ab2abfb

File tree

3 files changed

+26
-485
lines changed

3 files changed

+26
-485
lines changed

src/languages/mysql/mysql.functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export const functions = flatKeywordList({
402402
'UNIX_TIMESTAMP',
403403
'UPDATEXML',
404404
'UPPER',
405-
'USER',
405+
// 'USER',
406406
'UTC_DATE',
407407
'UTC_TIME',
408408
'UTC_TIMESTAMP',

0 commit comments

Comments
 (0)