-
Notifications
You must be signed in to change notification settings - Fork 493
Rename module name to database name #2516
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
base: master
Are you sure you want to change the base?
Rename module name to database name #2516
Conversation
Unfortunately, we can't make this change. |
Instead of removing the with_module_name builder method: - add a with_database_method and - add the deprecated-attribute to the with_module_name method. - Also one test uses the with_module_name method instead of the with_databaseName method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retracting my approval. I was confused on PR numbers. We don't want to change the name of with_module_name
at this time.
I've reworked it in 18624e5 so that no major version bump is needed. I would say it's better to create the new default now and update the docs and example projects so that new users use the |
Description of Changes
Fixes #2515
API and ABI breaking changes
None
Expected complexity level and risk
1
Testing
Documentation
with.*module.*name
in the docs repository and replace any occurrences withwith_database_name
/withDatabaseName
.