Skip to content

Commit

Permalink
Fix logical merge conflict (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored May 2, 2023
1 parent 0ff863b commit be85f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqlparser_postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ fn parse_copy_to() {
source: CopySource::Query(Box::new(Query {
with: None,
body: Box::new(SetExpr::Select(Box::new(Select {
distinct: false,
distinct: None,
top: None,
projection: vec![
SelectItem::ExprWithAlias {
Expand Down

0 comments on commit be85f54

Please sign in to comment.