aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Respect use_labels for select statement #882

Closed AVOstap closed 2 years ago

AVOstap commented 2 years ago

What do these changes do?

Fix for #798

codecov[bot] commented 2 years ago

Codecov Report

Merging #882 (2e37c30) into master (f543f8c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #882   +/-   ##
=======================================
  Coverage   93.32%   93.32%           
=======================================
  Files          12       12           
  Lines        1574     1574           
  Branches      187      187           
=======================================
  Hits         1469     1469           
  Misses         73       73           
  Partials       32       32           
Impacted Files Coverage Δ
aiopg/sa/result.py 90.47% <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 f543f8c...2e37c30. Read the comment docs.