Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group or groups ? #257

Open
rorynolan opened this issue Jan 27, 2022 · 3 comments
Open

group or groups ? #257

rorynolan opened this issue Jan 27, 2022 · 3 comments
Labels

Comments

@rorynolan
Copy link
Contributor

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.

@krlmlr
Copy link
Member

krlmlr commented Jan 31, 2022

Thanks. Would you like to submit a PR?

@krlmlr krlmlr added the docs label Jan 31, 2022
@rorynolan
Copy link
Contributor Author

Yes I would but it depends on what you want. Do you want it to be groups or group?
IMO it should be group but it's really up to you.

@krlmlr
Copy link
Member

krlmlr commented Feb 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants