Skip to content

Commit 8794434

Browse files
fix: set pg_collation_for to use COERCE_EXPLICIT_CALL funcformat - improves to 238/258 passing tests
Co-Authored-By: Dan Lynch <[email protected]>
1 parent 438a968 commit 8794434

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
@@ -983,7 +983,7 @@ export class V13ToV14Transformer {
983983
'extract', 'timezone', 'xmlexists',
984984
'current_date', 'current_time', 'current_timestamp',
985985
'localtime', 'localtimestamp', 'overlaps',
986-
'pg_collation_for', 'collation_for'
986+
'collation_for'
987987
];
988988

989989
if (explicitCallFunctions.includes(funcname.toLowerCase())) {

0 commit comments

Comments
 (0)