Is Version 13 ok ?

From: Torres Cervantes, Salvador
Sent: Thursday, October 27, 2022 8:25 AM
To: Heikki Linnakangas <hlinnaka@iki.fi>; pgsql-odbc@lists.postgresql.org; pgsql-odbc@postgresql.org
Subject: RE: ODBC Driver for PostgreSQL
Which driver do you recommend to use ?
This is the one I'm using.

Thx,
-----Original Message-----
From: Heikki Linnakangas <hlinnaka@iki.fi>
Sent: Thursday, October 27, 2022 8:18 AM
To: pgsql-odbc@lists.postgresql.org; Torres Cervantes, Salvador <salvador.torres@hp.com>; pgsql-odbc@postgresql.org
Subject: Re: ODBC Driver for PostgreSQL
CAUTION: External Email
On 27 October 2022 16:47:25 CEST, "Torres Cervantes, Salvador" <salvador.torres@hp.com> wrote:
>Hello,
>I'm trying to use your drivers. But I have the following error message. Could you please help ? any idea why ?
"authentication method 10 not supported" means that the server is configured to use SCRAM authentication, and the driver is an old version that doesn't support it. Upgrade the ODBC driver.
- Heikki