I have successfully connected with a Pool using Deno 1.25.4. Today I upgraded to Deno 1.26.2, which immediately failed with a bad password. Reverting back to 1.25.x and the connection succeeds again. It looks like something in the 1.26.x branch is causing a basic login failure.
const connection = new Pool(connectionstring, 20, true)
