Skip to content

Set postgres pq module version to 1.10.4

Hello, I ran into the same problem regarding postgres scram-sha-256 password support as raised in this isssue: #361

I bumped the pq dependency to the current v1.10.4 version and verified that a build works against my postgres database which requires scram-sha-256 passwords. Tests are passing in CI, and I ran one briefly against postgres:latest as well as a sanity check (though I removed it from the CI config after).

Please let me know if this is acceptable, I'm happy to make changes as necessary.

Merge request reports