dbcli / pgspecial

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

Implement special command ddp (default privileges) #103

Closed mirobertod closed 3 years ago

mirobertod commented 3 years ago

Description

Implement special command ddp (default privileges)

Checklist

codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #103   +/-   ##
========================================
  Coverage          ?   8.44%           
========================================
  Files             ?       6           
  Lines             ?    2464           
  Branches          ?       0           
========================================
  Hits              ?     208           
  Misses            ?    2256           
  Partials          ?       0           
Impacted Files Coverage Δ
pgspecial/help/commands.py 0.20% <ø> (ø)
pgspecial/dbcommands.py 2.28% <5.38%> (ø)
pgspecial/iocommands.py 26.44% <37.93%> (ø)
pgspecial/main.py 31.10% <51.11%> (ø)
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 47f613f...2f33ac8. Read the comment docs.

j-bennet commented 3 years ago

Merged. Thank you!