v1.4.2
- Add a convenient wrapper
kerberos_configs()
to generate Kerberos header configs that can be passed to therequest.config
argument ofdbConnect()
. (#202 and #221). Thanks to @suzzettedetorres for providing this solution. - All functions that take table name as argument now work with
dbplyr::in_schema()
andDBI::Id()
besides the usual character table name. (#228) - Create a new
dbRenameTable()
function to rename table name.
Full Changelog: v1.4.1...v1.4.2