Skip to content

Commit e0660e4

Browse files
committed
add #[test] that removed after merge
1 parent f685cb1 commit e0660e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sqlparser_mysql.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3455,6 +3455,7 @@ fn parse_cast_integers() {
34553455
.expect_err("CAST doesn't allow display width");
34563456
}
34573457

3458+
#[test]
34583459
fn parse_match_against_with_alias() {
34593460
let sql = "SELECT tbl.ProjectID FROM surveys.tbl1 AS tbl WHERE MATCH (tbl.ReferenceID) AGAINST ('AAA' IN BOOLEAN MODE)";
34603461
match mysql().verified_stmt(sql) {

0 commit comments

Comments
 (0)