Skip to content

Commit 8098137

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

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
@@ -6649,7 +6649,6 @@ fn parse_alter_schema() {
66496649
}
66506650

66516651
#[test]
6652-
/// Test to verify whether `MATCH FULL` syntax for foreign keys is parsed correctly.
66536652
fn parse_foreign_key_match_full() {
66546653
let sql = "CREATE TABLE orders (order_id INT PRIMARY KEY REFERENCES another_table (id) MATCH FULL, customer_id INT, FOREIGN KEY (customer_id) REFERENCES customers(customer_id) MATCH FULL)";
66556654
let statement = pg_and_generic().verified_stmt(sql);

0 commit comments

Comments
 (0)