Skip to content

Commit

Permalink
Use a different option as that seems not to be supported on old postg…
Browse files Browse the repository at this point in the history
…res versions
  • Loading branch information
weiznich committed Apr 10, 2024
1 parent d8575cc commit 3f32a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_tests/tests/copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn copy_from_csv_all_options() {
.with_null("<!NULL!>")
.with_quote('"')
.with_escape('\\')
.with_header(CopyHeader::Match)
.with_header(CopyHeader::Set(true))
// that option is new in postgres 16,
// so just skip testing it for now
//.set_default("default")
Expand Down

0 comments on commit 3f32a02

Please sign in to comment.