Skip to content

Commit e106bb4

Browse files
fix: add xmlexists to sqlSyntaxFunctions for COERCE_SQL_SYNTAX funcformat
Co-Authored-By: Dan Lynch <[email protected]>
1 parent acc09d8 commit e106bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transform/src/transformers/v13-to-v14.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export class V13ToV14Transformer {
933933
const sqlSyntaxFunctions = [
934934
'btrim', 'trim', 'ltrim', 'rtrim',
935935
'position', 'overlay',
936-
'extract', 'timezone',
936+
'extract', 'timezone', 'xmlexists',
937937
'current_date', 'current_time', 'current_timestamp',
938938
'localtime', 'localtimestamp', 'overlaps'
939939
];

0 commit comments

Comments
 (0)