Skip to content

Commit

Permalink
move most recently merged bullet to top (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Oct 31, 2024
1 parent c7a6d02 commit d51bc0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# dbplyr (development version)

* `clock::add_years()` translates to correct SQL on Spark (@ablack3, #1510).

* Translations for `as.double()` and `as.character()` with Teradata previously
raised errors and are now correct (@rplsmn, #1545).

Expand All @@ -8,7 +10,6 @@

* `across(everything())` doesn't select grouping columns created via `.by` in
`summarise()` (@mgirlich, #1493).
* `clock::add_years()` translates to correct SQL on Spark (@ablack3, #1510).

* New translations of clock function `date_count_between()` for SQL server, Redshift, Snowflake, Postgres, and Spark (@edward-burn, #1495).

Expand Down

0 comments on commit d51bc0d

Please sign in to comment.