Skip to content

Commit 04e03f7

Browse files
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent ebe6a9e commit 04e03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ pub enum CastKind {
665665
#[derive(Debug, Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
666666
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
667667
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
668-
pub enum MatchKind {
668+
pub enum ConstraintReferenceMatchKind {
669669
/// `MATCH FULL` - Will not allow one column of a multicolumn foreign key to be null
670670
/// unless all foreign key columns are null; if they are all null, the row is not
671671
/// required to have a match in the referenced table.

0 commit comments

Comments
 (0)