-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
correct spelling of MySqlConnectOptions::no_engine_substitution()
#3421
Conversation
correct naming no_engine_substitution
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.
So that this isn't a breaking change, leave the old method in-place and mark it #[deprecated = "renamed to `.no_engine_substitution()`"]
@abonander ok. added. pls check again |
MySqlConnectOptions::no_engine_substitution()
@abonander @CommanderStorm ok done |
…aunchbadge#3421) * Update connect.rs * Update mod.rs correct naming no_engine_substitution * Update mod.rs * Update mod.rs * Update mod.rs * Update mod.rs
…aunchbadge#3421) * Update connect.rs * Update mod.rs correct naming no_engine_substitution * Update mod.rs * Update mod.rs * Update mod.rs * Update mod.rs
Does your PR solve an issue?
no_engine_subsitution is named wrongly. giving a lot of issues when working with ai.
replaced
no_engine_subsitution
to
no_engine_substitution