acaloiaro / neoq

Queue-agnostic background job library for Go, with a pleasant API and powerful features.
MIT License
270 stars 4 forks source link

fix: Incorrectly passing pgx connections params to pq #60

Closed acaloiaro closed 1 year ago

acaloiaro commented 1 year ago

Packages pq and pgx allow different connection string parameters. Since pgx is neoq's primary SQL library, but migrations use pq, we had to ensure that pgx connection parameters do not get passed to the pq library when running migrations.

This issue was introduced in version 0.20.0.