Skip to content

Commit 16b764e

Browse files
xitepiffyio
andcommitted
Update tests/sqlparser_common.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 0b941e9 commit 16b764e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12849,7 +12849,7 @@ fn parse_connect_by() {
1284912849
}
1285012850
);
1285112851

12852-
// ~ CONNECT BY after WHERE and before GROUP BY
12852+
// CONNECT BY after WHERE and before GROUP BY
1285312853
dialects.verified_only_select("SELECT 0 FROM t WHERE 1 = 1 CONNECT BY 2 = 2 GROUP BY 3");
1285412854
dialects.verified_only_select(
1285512855
"SELECT 0 FROM t WHERE 1 = 1 START WITH 'a' = 'a' CONNECT BY 2 = 2 GROUP BY 3",

0 commit comments

Comments
 (0)