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

Rename SqlBindParameters to SqlBindParameterSet #1459

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Rename SqlBindParameters to SqlBindParameterSet #1459

merged 2 commits into from
Oct 16, 2024

Conversation

plypaul
Copy link
Contributor

@plypaul plypaul commented Oct 15, 2024

This PR renames SqlBindParameters to SqlBindParameterSet as plural nouns make it confusing to name variables that contain a list of those objects. e.g. is sql_bind_parameters: List[SqlBindParameters] could also seem like a list of SqlBindParameter.

@cla-bot cla-bot bot added the cla:yes label Oct 15, 2024
@plypaul plypaul changed the title Rename SqlBindParameters to SqlBindParameterSet. Rename SqlBindParameters to SqlBindParameterSet Oct 15, 2024
@plypaul plypaul marked this pull request as ready for review October 15, 2024 18:41
Base automatically changed from p--cte--00 to main October 16, 2024 18:31
@plypaul plypaul merged commit ae82e8f into main Oct 16, 2024
11 checks passed
@plypaul plypaul deleted the p--cte--01 branch October 16, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants