koxudaxi / py-data-api

A user-friendly client for AWS Aurora Serverless's Data API
https://koxudaxi.github.io/py-data-api
MIT License
40 stars 9 forks source link

add binary method #80

Closed craigmulligan closed 3 years ago

craigmulligan commented 3 years ago

Fixes #79

koxudaxi commented 3 years ago

I will check this PR after dinner :bowing_man:

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (99b46d1) into master (7fd5990) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         8    +1     
  Lines          593       574   -19     
  Branches        84        76    -8     
=========================================
- Hits           593       574   -19     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pydataapi/dialect/base.py 100.00% <ø> (ø)
pydataapi/dbapi.py 100.00% <100.00%> (ø)
pydataapi/pydataapi.py 100.00% <100.00%> (ø)
pydataapi/__init__.py 100.00% <0.00%> (ø)

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 6492ccc...99b46d1. Read the comment docs.

koxudaxi commented 3 years ago

@hobochild I have released a new version 0.4.23

Thank you very much.