firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 917 forks source link

Use client instead of size 1 pool #7182

Closed joehan closed 1 month ago

joehan commented 1 month ago

Description

Use a pg.Client instead of a size 1 pool to avoid losing context of previous commands. Thanks for catching this @fredzqm!

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes are missing coverage. Please review.

:exclamation: No coverage uploaded for pull request base (dataconnect@2a4ee46). Click here to learn what that means.

Files Patch % Lines
src/gcp/cloudsql/connect.ts 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dataconnect #7182 +/- ## ============================================== Coverage ? 54.06% ============================================== Files ? 386 Lines ? 26100 Branches ? 5357 ============================================== Hits ? 14111 Misses ? 10728 Partials ? 1261 ```

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