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

Fixes warning when inserting binary strings #326

Merged
merged 1 commit into from Jul 31, 2018
Merged

Fixes warning when inserting binary strings #326

merged 1 commit into from Jul 31, 2018

Conversation

terrycain
Copy link
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.

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

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

👍

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