mysqlclient
mysqlclient copied to clipboard
Added mogrify support to Cursor (#476)
Implements #476
Codecov Report
Merging #477 (2412be7) into master (24aaa72) will increase coverage by
0.13%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #477 +/- ##
==========================================
+ Coverage 84.32% 84.46% +0.13%
==========================================
Files 6 6
Lines 555 560 +5
==========================================
+ Hits 468 473 +5
Misses 87 87
Impacted Files | Coverage Δ | |
---|---|---|
MySQLdb/cursors.py | 81.17% <100.00%> (+0.37%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 24aaa72...2412be7. Read the comment docs.
Thank you for the comments. They have all been implemented.
Came here looking for this... +1 for getting it merged.