dbplyr 2.1.1
-
New support for Snowflake (@edgararuiz)
-
compute()
,sql_table_index()
, andsql_query_wrap()
now work with
schemas (@mgirlich, #595). -
if_any()
andif_all()
are now translated. -
group_by()
now ungroups when the dots argument is empty and.add
isFALSE
(@mgirlich, #615). -
sql_escape_date()
andsql_escape_datetime
gain methods for MS Access
(@erikvona, #608).