What's Changed
- Hot fix for 1.4.7 release to fix Readme.md broken links by @jarodmeng in #287
- Update Readme.md after Readme.Rmd fix by @jarodmeng in #288
- Improve unit testing infrastructure by @jarodmeng in #289
- Fix CRAN cross reference note by @jarodmeng in #290
- Replace deprecated with_mock() with with_mocked_bindings() by @jarodmeng in #291
- Add a small feature to compute and report text similarity when a CTE … by @jarodmeng in #296
- docs: Add comprehensive testing instructions for contributors by @jarodmeng in #300
- Add presto_unnest() function (#267) by @jarodmeng in #301
- BIGINT: column-aware overflow warnings with nested paths by @jarodmeng in #302
- Remove experimental badges from CTE features and lifecycle badge from… by @jarodmeng in #303
- Fix linter issues: line length, indentation, formatting by @jarodmeng in #304
- Refactor presto_unnest() implementation by @jarodmeng in #305
- Implement db_save_query() with smart overwriting by @jarodmeng in #306
- Fix group_by() after presto_unnest() by @jarodmeng in #309
- Fix duplicate columns when values_to is NULL (#307) by @jarodmeng in #310
- Add sqlAppendTableAs() and dbAppendTableAs() functions by @jarodmeng in #311
- Add presto_type() and dbColumnType() functions (#295) by @jarodmeng in #312
- Fix presto_unnest() CTE handling and mark as experimental by @jarodmeng in #313
- Prepare for 1.4.8 release by @jarodmeng in #315
Full Changelog: v1.4.7...v1.4.8