mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-30 18:57:21 +00:00
Merge pull request #101 from benesch/merge-skew
Fix merge skew by implementing Hash for SQLValues
This commit is contained in:
commit
1931c76eb8
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ impl ToString for Fetch {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Hash)]
|
||||
pub struct SQLValues(pub Vec<Vec<ASTNode>>);
|
||||
|
||||
impl ToString for SQLValues {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue