kala icon indicating copy to clipboard operation
kala copied to clipboard

update lib/pq version to v1.10.6

Open adileo opened this issue 3 years ago • 3 comments

Updated the lib/pq version, since the old lib/pq version is not supporting SCRAM-SHA-256 authentication (feature made available from Postgres 10 onwards)

adileo avatar Aug 22 '22 20:08 adileo

Don't object to this, but unfortunately the linting is not happy.

Most of the linting issues were fixed with https://github.com/ajvb/kala/pull/257 but that PR has other elements which I had questions on. You can either wait for it or cherry-pick those points.

tooolbox avatar Aug 22 '22 23:08 tooolbox

Don't object to this, but unfortunately the linting is not happy.

Most of the linting issues were fixed with #257 but that PR has other elements which I had questions on. You can either wait for it or cherry-pick those points.

No problem, let's wait for the other PR Thanks

adileo avatar Aug 23 '22 07:08 adileo

Heads up, the other PR was merged.

tooolbox avatar Sep 22 '22 04:09 tooolbox