Skip to content

Commit 11ddcef

Browse files
xitepiffyio
andauthored
Update tests/sqlparser_common.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 004c0fc commit 11ddcef

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
@@ -12831,7 +12831,7 @@ fn parse_connect_by() {
1283112831
}
1283212832
);
1283312833

12834-
// ~ CONNECT BY after WHERE and before GROUP BY
12834+
// CONNECT BY after WHERE and before GROUP BY
1283512835
dialects.verified_only_select("SELECT 0 FROM t WHERE 1 = 1 CONNECT BY 2 = 2 GROUP BY 3");
1283612836
dialects.verified_only_select(
1283712837
"SELECT 0 FROM t WHERE 1 = 1 START WITH 'a' = 'a' CONNECT BY 2 = 2 GROUP BY 3",

0 commit comments

Comments
 (0)