You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README has con <- dbConnect(RMariaDB::MariaDB(), group = "my-db") but in the documentation of RMariaDB::MariaDB(), the argument is groups. This should be reconciled. group makes more sense to me but maybe I'm missing something?
PS I really love the package and use a lot of your work in general.
The text was updated successfully, but these errors were encountered:
Thanks. Unfortunately, changing groups to group now would be a breaking change for code that uses a named argument. If we do this, we need to keep both arguments and show a warning if the old version is used. Other than that I don't have a preference.
The README has
con <- dbConnect(RMariaDB::MariaDB(), group = "my-db")
but in the documentation ofRMariaDB::MariaDB()
, the argument isgroups
. This should be reconciled.group
makes more sense to me but maybe I'm missing something?PS I really love the package and use a lot of your work in general.
The text was updated successfully, but these errors were encountered: