-
-
Notifications
You must be signed in to change notification settings - Fork 18.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
refactor: deprecate usage of cursor.execute
statements in favor of the in class implementation of execute
.
#60748
refactor: deprecate usage of cursor.execute
statements in favor of the in class implementation of execute
.
#60748
Conversation
04fee59
to
e9cbf63
Compare
Hello @WillAyd.
This should be no problem because we can always wrap that execution around a Would you mind taking a look and LMK what you think while in draft ? |
e9cbf63
to
ff41294
Compare
9e0f436
to
804fb3e
Compare
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.
One comment but generally this looks good. @mroeschke can you take a look as well?
ab1b946
to
71e0d24
Compare
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.
Small comment but otherwise this lgtm. @mroeschke do you mind taking a look as well?
…the in class implementation of `execute`.
Looks like this PR needs a rebase with the main branch |
17903e2
to
8b7241a
Compare
Thanks @gmcrocetti |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.