From 459828ee3d1b0561e492febcf4e97cedd0461eb9 Mon Sep 17 00:00:00 2001 From: Brian Misiak Date: Tue, 17 Mar 2020 17:55:27 -0700 Subject: [PATCH] postgres: remove IntervalStyle to fix #130 Support more server versions, including CockroachDB, which only supports the `postgres` style. --- sqlx-core/src/postgres/connection.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/sqlx-core/src/postgres/connection.rs b/sqlx-core/src/postgres/connection.rs index b5c5c03694..db42f1ba80 100644 --- a/sqlx-core/src/postgres/connection.rs +++ b/sqlx-core/src/postgres/connection.rs @@ -111,8 +111,6 @@ async fn startup(stream: &mut PgStream, url: &Url) -> crate::Result