Re: BUG: odbc statement_timeout gets set to 30000

From: "Arnaud L(dot)" <arnaud(dot)listes(at)codata(dot)eu>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: BUG: odbc statement_timeout gets set to 30000
Date: 2017-11-17 07:39:58
Message-ID: 96f72891-1e88-36a7-e712-2b8a833adb36@codata.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Le 17/11/2017 à 08:34, linuxyeti a écrit :
> I've found a problem with at least the 906 and 1000 odbc driver, in that, no
> matter what statement_timeout is set to, after initially connecting and
> setting the value to that specified in the connection settings, it is then
> subsequently set to 30000.

I've witnessed it too, and fixed it by setting my ado connection's
commandtimeout to 0 in my scripts. (oADODBConn.CommandTimeout = 0)

But just like you I was surprised by this change, so it might be a bug.

Regards

--
Arnaud

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2017-11-17 08:26:25 Re: BUG: odbc statement_timeout gets set to 30000
Previous Message linuxyeti 2017-11-17 07:34:41 BUG: odbc statement_timeout gets set to 30000