Skip to content

Commit b5e7813

Browse files
killertuxiffyio
andauthored
Update tests/sqlparser_mysql.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 891ed15 commit b5e7813

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/sqlparser_mysql.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,10 +3715,7 @@ fn parse_straight_join() {
37153715
mysql().verified_stmt(
37163716
"SELECT a.*, b.* FROM table_a AS a STRAIGHT_JOIN table_b AS b ON a.b_id = b.id",
37173717
);
3718-
}
3719-
3720-
#[test]
3721-
fn parse_straight_join_without_alias() {
3718+
// Without table alias
37223719
mysql()
37233720
.verified_stmt("SELECT a.*, b.* FROM table_a STRAIGHT_JOIN table_b AS b ON a.b_id = b.id");
37243721
}

0 commit comments

Comments
 (0)