Skip to content

Fixes warning when inserting binary strings#326

Merged
terricain merged 1 commit intoaio-libs:masterfrom
terricain:issue_323
Jul 31, 2018
Merged

Fixes warning when inserting binary strings#326
terricain merged 1 commit intoaio-libs:masterfrom
terricain:issue_323

Conversation

@terricain
Copy link
Copy Markdown
Collaborator

Fixes #323

Inserting a binary object it raises a warning, this fixes it. Inspiration taken from PyMySQL/mysqlclient#106

@jettify review please. I don't think it will cause any adverse effects.

@terricain terricain requested a review from jettify July 31, 2018 18:46
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 31, 2018

Codecov Report

Merging #326 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #326   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files           9        9           
  Lines        1129     1129           
  Branches      161      161           
=======================================
  Hits         1049     1049           
  Misses         56       56           
  Partials       24       24

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 e496221...9935d19. Read the comment docs.

Copy link
Copy Markdown
Member

@jettify jettify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@terricain terricain merged commit bd61cdb into aio-libs:master Jul 31, 2018
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.

Add _binary prefix for binary data

2 participants