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 auto_transaction connection arg to control whether a transaction is auto-started when creating a cursor #76

Closed amaizr closed 4 years ago

amaizr commented 4 years ago

fixes #75

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          593       568   -25     
  Branches        84        76    -8     
=========================================
- Hits           593       568   -25     
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%> (ø)

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 66ff9c6...fc9f4cf. Read the comment docs.

koxudaxi commented 4 years ago

Looks good !!