dbplyr
Database backend for dplyr that translates R code into SQL queries
dbplyr ends its two-year backend migration by dropping 1st edition support outright
◆Recent moves
- 1mo ago
1st edition backends removed; a wave of deprecations goes defunct
⚡ SPARKThe release the last two years were building toward. Every remaining first-edition backend stops working, previously-warning deprecations become errors, and long-dead functions are deleted — a deliberate reduction of the surface dbplyr has to keep translating.
View source ↗ - 11mo ago
Date and aggregate translation fixes across six SQL dialects
Corrects difftime() sign handling and adds date_count_between() on SQL Server, Redshift, Snowflake, Postgres and Spark, and moves SQL Server to COUNT_BIG so count() survives large tables. Argument checks are tightened enough that some previously silent failures now error.
View source ↗ - 2y ago
Qualified table names overhauled; I() becomes the simple path
Rewrites how schemas and catalogs are specified, restoring ident_q() and in_catalog() usage and removing the unsuppressable warnings that came with the previous attempt. Also adds clock function translations across four dialects.
View source ↗ - 2y ago
Preliminary Databricks Spark SQL backend; join fixes
Adds the Spark SQL backend that later releases keep refining, alongside a batch of breaking argument renames in the sql_query_*() family and repairs to full_join, semi_join and Oracle connections.
View source ↗ - 2y ago
- 3y ago