Using a postgresql connection that got upgraded to use SCRAM-SHA-256 authentication protocol
Our database got upgraded to a new version of postgres and utilizes SCRAM-SHA-256 authentication protocol and it's causing an error in our authentication scheme. There seems to be no option to choose the authentication scheme, or is there settings that are not in the Postgresql connector? Error setting up SQL connection.…