Skip to content

Commit

Permalink
and to uppercase AND
Browse files Browse the repository at this point in the history
  • Loading branch information
kysshsy committed Aug 20, 2024
1 parent c8574c9 commit d1c52b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fdw/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub trait BaseFdw {
.iter()
.map(|x| x.deparse_with_fmt(&mut formatter))
.collect::<Vec<String>>()
.join(" and ");
.join(" AND ");
sql.push_str(&format!(" WHERE {}", where_clauses));
}

Expand Down

0 comments on commit d1c52b0

Please sign in to comment.