From 2cc458f12536fb8c28319d26a40bb2713f8a29eb Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 2 May 2024 20:03:14 +0000 Subject: [PATCH] linebreak --- R/backend-postgres.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/backend-postgres.R b/R/backend-postgres.R index b607443fe..288849bde 100644 --- a/R/backend-postgres.R +++ b/R/backend-postgres.R @@ -215,7 +215,6 @@ sql_translation.PqConnection <- function(con) { hours = function(x) { postgres_period(x, "hours") }, - days = function(x) { # lubridate::days() (base::days() does not exist) postgres_period(x, "days")