mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
fix logical conflict
This commit is contained in:
parent
042effdf14
commit
faf75b7161
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue