taosdata / taos-connector-python

TDengine connector for Python
https://www.taosdata.com/cn/documentation/connector#python
MIT License
46 stars 13 forks source link

enh: add config decode_binary to special whether decode varchar or bi… #222

Closed sunpe closed 1 year ago

sunpe commented 1 year ago

…nary

codecov-commenter commented 1 year ago

Codecov Report

Merging #222 (e6ae6c3) into 3.0 (4355744) will decrease coverage by 2.54%. Report is 43 commits behind head on 3.0. The diff coverage is 59.89%.

@@            Coverage Diff             @@
##              3.0     #222      +/-   ##
==========================================
- Coverage   81.17%   78.64%   -2.54%     
==========================================
  Files          20       21       +1     
  Lines        2577     2721     +144     
==========================================
+ Hits         2092     2140      +48     
- Misses        485      581      +96     
Files Changed Coverage Δ
taos/cursor.py 75.00% <ø> (ø)
taos/sqlalchemy.py 0.00% <0.00%> (ø)
taos/test_decode_binary.py 0.00% <0.00%> (ø)
taos/bind.py 79.28% <28.57%> (-0.86%) :arrow_down:
taos/field.py 70.96% <29.03%> (-10.05%) :arrow_down:
taos/tmq.py 69.84% <61.36%> (-21.07%) :arrow_down:
taos/result.py 71.35% <66.66%> (-0.39%) :arrow_down:
taos/statement.py 78.00% <66.66%> (ø)
taos/cinterface.py 80.65% <78.57%> (-0.61%) :arrow_down:
taos/field_v3.py 91.48% <90.90%> (-2.42%) :arrow_down:
... and 4 more

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more