What's Changed
- Fix nested CTE leading to nested WITH problem by @jarodmeng in #262
- fix typo for
tbl.PrestoConnection()
by @copernican in #268 - Add paste and paste0 translation by @jarodmeng in #269
- Make RPresto compatible with new Presto JSON data format and dbplyr 2.5.0 by @jarodmeng in #280
dbWriteTable(overwrite = TRUE)
creates temp table in the destination schema by @jarodmeng in #282- Reorganize unit test help functions and address Presto-Trino discrepancies by @jarodmeng in #283
- Expand copy_to arg list to avoid passing duplicated arguments by @jarodmeng in #284
Full Changelog: v1.4.6...v1.4.7