dbcli / pgspecial

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

Add PostgreSQL 15 with a fix for \\dp and \\dn #136

Closed j-bennet closed 1 year ago

j-bennet commented 1 year ago

Add PostgreSQL v15 into build matrix. Requires a change in \\dp and \\dn.

Related to https://github.com/dbcli/pgspecial/issues/134.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@d278970). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ======================================= Coverage ? 27.98% ======================================= Files ? 6 Lines ? 2723 Branches ? 0 ======================================= Hits ? 762 Misses ? 1961 Partials ? 0 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dbcli). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dbcli)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

amjith commented 1 year ago

Great!