Skip to content

Commit 954e5a4

Browse files
authored
Add the missing OPENJSON in the Transact-SQL function (#937)
2 parents a984949 + 74c83cd commit 954e5a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languages/transactsql/transactsql.functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export const functions: string[] = [
122122
'YEAR',
123123
'JSON',
124124
'ISJSON',
125+
'OPENJSON',
125126
'JSON_VALUE',
126127
'JSON_QUERY',
127128
'JSON_MODIFY',

0 commit comments

Comments
 (0)