Skip to content

Commit e317c9b

Browse files
Update tests/sqlparser_postgres.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent d8d78b6 commit e317c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sqlparser_postgres.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6682,7 +6682,6 @@ fn parse_foreign_key_match_full() {
66826682
}
66836683

66846684
#[test]
6685-
/// Test to verify whether `MATCH SIMPLE` syntax for foreign keys is parsed correctly.
66866685
fn parse_foreign_key_match_simple() {
66876686
let sql = "CREATE TABLE orders (order_id INT PRIMARY KEY REFERENCES another_table (id) MATCH SIMPLE, customer_id INT, FOREIGN KEY (customer_id) REFERENCES customers(customer_id) MATCH SIMPLE)";
66886687
let statement = pg_and_generic().verified_stmt(sql);

0 commit comments

Comments
 (0)