Skip to content

Commit 63c8f0a

Browse files
fix: add ltrim back to sqlSyntaxFunctions for COERCE_SQL_SYNTAX funcformat
Co-Authored-By: Dan Lynch <[email protected]>
1 parent b31e524 commit 63c8f0a

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

931931
const sqlSyntaxFunctions = [
932-
'btrim', 'trim', 'rtrim',
932+
'btrim', 'trim', 'ltrim', 'rtrim',
933933
'position', 'overlay',
934934
'extract', 'timezone', 'xmlexists',
935935
'current_date', 'current_time', 'current_timestamp',

0 commit comments

Comments
 (0)