Skip to content

Commit 9a11fff

Browse files
fix: remove ltrim from sqlSyntaxFunctions to use COERCE_EXPLICIT_CALL instead of COERCE_SQL_SYNTAX
Co-Authored-By: Dan Lynch <[email protected]>
1 parent 5fa2c06 commit 9a11fff

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
@@ -928,7 +928,7 @@ export class V13ToV14Transformer {
928928
];
929929

930930
const sqlSyntaxFunctions = [
931-
'btrim', 'trim', 'ltrim', 'rtrim',
931+
'btrim', 'trim', 'rtrim',
932932
'position', 'overlay',
933933
'extract', 'timezone', 'xmlexists',
934934
'current_date', 'current_time', 'current_timestamp',

0 commit comments

Comments
 (0)