typelevel / skunk

A data access library for Scala + Postgres.
https://typelevel.org/skunk/
MIT License
1.59k stars 163 forks source link

Add completions: alter role, create/alter/drop policy, comment, analyze, alter function #1040

Closed rolang closed 9 months ago

rolang commented 9 months ago

Support for completions:

(Re-targeted branch of https://github.com/typelevel/skunk/pull/1039)

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (73f2f36) 85.45% compared to head (553d3d3) 85.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## series/0.6.x #1040 +/- ## ================================================ + Coverage 85.45% 85.50% +0.05% ================================================ Files 132 132 Lines 2008 2015 +7 Branches 239 237 -2 ================================================ + Hits 1716 1723 +7 Misses 292 292 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rolang commented 9 months ago

see https://github.com/typelevel/skunk/pull/1041