Skip to content

Commit 1931c76

Browse files
authored
Merge pull request #101 from benesch/merge-skew
Fix merge skew by implementing Hash for SQLValues
2 parents b12fb34 + fa3cf73 commit 1931c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ impl ToString for Fetch {
367367
}
368368
}
369369

370-
#[derive(Debug, Clone, PartialEq)]
370+
#[derive(Debug, Clone, PartialEq, Hash)]
371371
pub struct SQLValues(pub Vec<Vec<ASTNode>>);
372372

373373
impl ToString for SQLValues {

0 commit comments

Comments
 (0)