Skip to content

Commit

Permalink
Merge pull request #135 from bmisiak/patch-1
Browse files Browse the repository at this point in the history
postgres: remove IntervalStyle to fix #130
  • Loading branch information
mehcode authored Mar 18, 2020
2 parents ada57fa + 459828e commit fb04f4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sqlx-core/src/postgres/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ async fn startup(stream: &mut PgStream, url: &Url) -> crate::Result<BackendKeyDa
// Sets the display format for date and time values,
// as well as the rules for interpreting ambiguous date input values.
("DateStyle", "ISO, MDY"),
// Sets the display format for interval values.
("IntervalStyle", "iso_8601"),
// Sets the time zone for displaying and interpreting time stamps.
("TimeZone", "UTC"),
// Adjust postgres to return percise values for floats
Expand Down

0 comments on commit fb04f4e

Please sign in to comment.