- Include
tar_read()support as well astar_load()when parsing deps in sql files by @kiwiroy in #25 - Add support for
DBI::dbBind()placeholder parameters by @kiwiroy in #24
- @kiwiroy made their first contribution in #25
Full Changelog: https://github.com/daranzolin/sqltargets/compare/v0.2.1...v0.3.0
- Uses glue::glue_data_sql instead of glue::glue_sql to avoid passing a list as .envir via @jennybc.
- Included 'jinjar' as a dependency, allowing jinja-like SQL queries.
- New option
sqltargets.template_engine(either 'glue' or 'jinjar'). - Breaking change:
query_paramsargument intar_sql()is nowparams. - Additional tests
paramsobject name now recognized as an upstream dependency.
- Added two additional options for the opening and closing delimiters.
- Upstream target name is now the file basename.
- Bug fix: readr::read_file correctly parses query file
- Added a
NEWS.mdfile to track changes to the package. - Added an initial batch of tests.