mysqlclient icon indicating copy to clipboard operation
mysqlclient copied to clipboard

Added mogrify support to Cursor (#476)

Open steveteahan opened this issue 4 years ago • 3 comments

Implements #476

steveteahan avatar Jan 19 '21 02:01 steveteahan

Codecov Report

Merging #477 (2412be7) into master (24aaa72) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            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.

codecov[bot] avatar Jan 19 '21 02:01 codecov[bot]

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

steveteahan avatar Jan 19 '21 11:01 steveteahan

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

jmcopeland avatar Sep 30 '22 15:09 jmcopeland