NEWS
sqltargets 0.2.1 (2024-10-02)
- Uses glue::glue_data_sql instead of glue::glue_sql to avoid passing a list as .envir via @jennybc.
sqltargets 0.2.0 (2024-07-31)
- Included 'jinjar' as a dependency, allowing jinja-like SQL queries.
- New option
sqltargets.template_engine
(either 'glue' or 'jinjar').
- Breaking change:
query_params
argument in tar_sql()
is now params
.
- Additional tests
params
object name now recognized as an upstream dependency.
sqltargets 0.1.0 (2024-06-20)
- 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
sqltargets 0.0.1 (2024-04-24)
- Added a
NEWS.md
file to track changes to the package.
- Added an initial batch of tests.