Commit graph

5 commits

Author SHA1 Message Date
Adriano Caloiaro
20f5b139b5 break: Rename types.Backend -> neoq.Neoq 2023-09-07 12:36:02 +02:00
Adriano Caloiaro
2ce00761c7 maint: clean up testutils/TestLogger 2023-09-07 12:36:02 +02:00
Adriano Caloiaro
342aad6fe2 fix: Incorrectly passing pgx connections params to pq
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`.
2023-08-29 11:23:34 +02:00
1a9db7c00e
Disable go mod tidy goreleaser hook 2023-03-07 10:52:50 -07:00
b2e3dec054
Add goreleaser 2023-03-01 11:28:12 -07:00