Skip to content

Commit faf75b7

Browse files
committed
fix logical conflict
1 parent 042effd commit faf75b7

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
@@ -2705,7 +2705,7 @@ pub enum OnConflictAction {
27052705
DoUpdate(DoUpdate),
27062706
}
27072707

2708-
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
2708+
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
27092709
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
27102710
pub struct DoUpdate {
27112711
/// Column assignments

0 commit comments

Comments
 (0)