From f1cf0df33db2955eb7902165f35178ba4363e3a5 Mon Sep 17 00:00:00 2001 From: edward-burn <9583964+edward-burn@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:38:54 +0100 Subject: [PATCH] Update NEWS.md Co-authored-by: Simon P. Couch --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 43157d2f4..7208d0936 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # dbplyr (development version) -* Fix for incorrect translation of difftime for Postgres, SQL server, Redshift, and Snowflake (@edward-burn, #1532) +* Translations of `difftime()` for Postgres, SQL server, Redshift, and Snowflake + previously returned the wrong sign and are now correct (@edward-burn, #1532). * `across(everything())` doesn't select grouping columns created via `.by` in `summarise()` (@mgirlich, #1493).