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

Add Cursor.mogrify(). #477

Merged
merged 4 commits into from
May 15, 2023
Merged

Add Cursor.mogrify(). #477

merged 4 commits into from
May 15, 2023

Conversation

steveteahan
Copy link
Contributor

Implements #476

@codecov
Copy link

codecov bot commented Jan 19, 2021

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.19 🎉

Comparison is base (cbd894c) 86.28% compared to head (942ed98) 86.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #477      +/-   ##
==========================================
+ Coverage   86.28%   86.48%   +0.19%     
==========================================
  Files           6        7       +1     
  Lines         547      555       +8     
==========================================
+ Hits          472      480       +8     
  Misses         75       75              
Impacted Files Coverage Δ
MySQLdb/cursors.py 81.17% <100.00%> (+0.37%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

MySQLdb/cursors.py Outdated Show resolved Hide resolved
MySQLdb/cursors.py Outdated Show resolved Hide resolved
MySQLdb/cursors.py Outdated Show resolved Hide resolved
@steveteahan
Copy link
Contributor Author

Thank you for the comments. They have all been implemented.

@jmcopeland
Copy link

Came here looking for this... +1 for getting it merged.

@methane methane changed the title Added mogrify support to Cursor (#476) Add Cursor.mogrify(). May 15, 2023
@methane methane merged commit 9953e50 into PyMySQL:main May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants