mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-27 07:59:11 +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),
|
DoUpdate(DoUpdate),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
||||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||||
pub struct DoUpdate {
|
pub struct DoUpdate {
|
||||||
/// Column assignments
|
/// Column assignments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue