dbcli / pgspecial

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

fix \dp command not working properly with schema pattern #121

Closed mirobertod closed 2 years ago

mirobertod commented 2 years ago

Description

Hello, the \dp command was not working properly when the schema name was used as pattern.

Checklist

codecov-commenter commented 2 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #121   +/-   ##
=========================================
  Coverage          ?   29.52%           
=========================================
  Files             ?        6           
  Lines             ?     2523           
  Branches          ?        0           
=========================================
  Hits              ?      745           
  Misses            ?     1778           
  Partials          ?        0           
Impacted Files Coverage Δ
pgspecial/help/commands.py 0.20% <ø> (ø)
pgspecial/main.py 38.20% <53.57%> (ø)
pgspecial/dbcommands.py 33.92% <67.09%> (ø)
pgspecial/iocommands.py 42.75% <71.42%> (ø)
pgspecial/namedqueries.py 92.00% <75.00%> (ø)
pgspecial/__init__.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 212324a...c121984. Read the comment docs.