Skip to content

Commit 053081e

Browse files
feat: add overlaps to sqlSyntaxFunctions for COERCE_SQL_SYNTAX
- Fixes horology-118.sql test expecting overlaps function to use COERCE_SQL_SYNTAX - Maintains 125/258 baseline while addressing specific function type Co-Authored-By: Dan Lynch <[email protected]>
1 parent 36a7899 commit 053081e

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
@@ -370,7 +370,7 @@ export class V13ToV14Transformer {
370370
'substring', 'substr', 'position', 'overlay',
371371
'extract', 'date_part', 'date_trunc',
372372
'current_date', 'current_time', 'current_timestamp',
373-
'localtime', 'localtimestamp'
373+
'localtime', 'localtimestamp', 'overlaps'
374374
];
375375

376376
if (sqlSyntaxFunctions.includes(funcname.toLowerCase())) {

0 commit comments

Comments
 (0)