Skip to content

Commit 330e626

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

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
@@ -6746,7 +6746,6 @@ fn parse_foreign_key_match_partial() {
67466746
}
67476747

67486748
#[test]
6749-
/// Test to verify foreign key MATCH syntax combined with ON DELETE/ON UPDATE actions
67506749
fn parse_foreign_key_match_with_actions() {
67516750
let sql = "CREATE TABLE orders (order_id INT REFERENCES another_table (id) MATCH FULL ON DELETE CASCADE ON UPDATE RESTRICT, customer_id INT, CONSTRAINT fk_customer FOREIGN KEY (customer_id) REFERENCES customers(customer_id) MATCH SIMPLE ON DELETE SET NULL ON UPDATE CASCADE)";
67526751

0 commit comments

Comments
 (0)