fix(deps): update module github.com/lib/pq to v1.11.2
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/lib/pq |
v1.11.1 → v1.11.2
|
Release Notes
lib/pq (github.com/lib/pq)
v1.11.2
This fixes two regressions:
-
Don't send startup parameters if there is no value, improving compatibility with Supavisor (#1260).
-
Don't send
dbnameas a startup parameter ifdatabase=[..]is used in the connection string. It's recommended to use dbname=, as database= is not a libpq option, and only worked by accident previously. (#1261)
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.