Skip to content

Commit 2664ac9

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

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
@@ -6716,7 +6716,6 @@ fn parse_foreign_key_match_simple() {
67166716
}
67176717

67186718
#[test]
6719-
/// Test to verify whether `MATCH PARTIAL` syntax for foreign keys is parsed correctly.
67206719
fn parse_foreign_key_match_partial() {
67216720
let sql = "CREATE TABLE orders (order_id INT PRIMARY KEY REFERENCES another_table (id) MATCH PARTIAL, customer_id INT, FOREIGN KEY (customer_id) REFERENCES customers(customer_id) MATCH PARTIAL)";
67226721
let statement = pg_and_generic().verified_stmt(sql);

0 commit comments

Comments
 (0)