We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97d5f7 commit d8d78b6Copy full SHA for d8d78b6
tests/sqlparser_postgres.rs
@@ -6734,7 +6734,6 @@ fn parse_foreign_key_match_partial() {
6734
_ => panic!("Expected ColumnOption::ForeignKey"),
6735
}
6736
6737
- // Check table-level foreign key constraint with MATCH PARTIAL
6738
match &constraints[0] {
6739
TableConstraint::ForeignKey(constraint) => {
6740
assert_eq!(constraint.foreign_table.to_string(), "customers");
0 commit comments