dbcli / pgspecial

Python implementation of postgres meta commands (backslash commands)
BSD 3-Clause "New" or "Revised" License
76 stars 53 forks source link

Fix the issue with multiple describe. #80

Closed amjith closed 5 years ago

amjith commented 5 years ago

Description

Fixes https://github.com/dbcli/pgcli/issues/1005

Checklist

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f42fe3d). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #80   +/-   ##
=========================================
  Coverage          ?   56.77%           
=========================================
  Files             ?        6           
  Lines             ?     1055           
  Branches          ?        0           
=========================================
  Hits              ?      599           
  Misses            ?      456           
  Partials          ?        0
Impacted Files Coverage Δ
pgspecial/dbcommands.py 59.4% <100%> (ø)

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 f42fe3d...7f47eb3. Read the comment docs.