Skip to contents
sqlhelper (development version)
Bug fixes
-
validate_configs() now correctly drops invalid configurations (#21)
-
validate_config() no longer requires a case-sensitive Server key (#22)
- Fixed
conn_child_is_list test fixture to reach the intended code path (#22)
- Driver tests now use
skip_if_not_installed() guards, fixing CRAN check failure on Fedora clang where bigrquery is not available (#27)
sqlhelper 0.2.1
CRAN release: 2024-01-21
submission fixes
- quote ‘SQL’ in title and description
- removed output via print()/cat(). Now only message()/warning()/stop() are used
- removed if(FALSE) from examples
- fixed codecov badge
sqlhelper 0.2.0
Bug fixes
- read/prep functions now pass dots instead of duplicating default values (#6)
-
not_connected() no longer errors when passed a missing connection name (#10)
sqlhelper 0.1.1
- Added a
NEWS.md file to track changes to the package.