Skip to content

Commit be85f54

Browse files
authored
Fix logical merge conflict (apache#865)
1 parent 0ff863b commit be85f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ fn parse_copy_to() {
930930
source: CopySource::Query(Box::new(Query {
931931
with: None,
932932
body: Box::new(SetExpr::Select(Box::new(Select {
933-
distinct: false,
933+
distinct: None,
934934
top: None,
935935
projection: vec![
936936
SelectItem::ExprWithAlias {

0 commit comments

Comments
 (0)