Skip to content

Commit bdb91f1

Browse files
committed
fix(vnext): harden relation query recognition
1 parent b0e7978 commit bdb91f1

3 files changed

Lines changed: 895 additions & 106 deletions

File tree

src/vnext/__tests__/query-site.bench.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const dialect: SqlQuerySiteDialect = {
2222
status: "decoded",
2323
}),
2424
lexicalProfile: DUCKDB_SQL_LEXICAL_PROFILE,
25+
maximumPathDepth: 16,
2526
};
2627
const tenKilobyteQuery = `SELECT ${Array.from(
2728
{ length: 1_100 },

0 commit comments

Comments
 (0)