Skip to content

Commit

Permalink
fix logical conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 30, 2022
1 parent 042effd commit faf75b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/mod.rs
Expand Up @@ -2705,7 +2705,7 @@ pub enum OnConflictAction {
DoUpdate(DoUpdate),
}

#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct DoUpdate {
/// Column assignments
Expand Down

0 comments on commit faf75b7

Please sign in to comment.