[ psqlodbc-Bugs-1000678 ] Timeout Not Implemented

Поиск
Список
Период
Сортировка
От
Тема [ psqlodbc-Bugs-1000678 ] Timeout Not Implemented
Дата
Msg-id 20060702230629.E44D186C5DD@pgfoundry.org
обсуждение исходный текст
Список pgsql-odbc
Bugs item #1000678, was opened at 2006-07-02 23:06
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000678&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Timeout Not Implemented

Initial Comment:
I am wanting to change the connection timeout value. However, from the source code I see that it is not implemented.
Consideringthat pqlib implements a connect_timeout option, this would be an easy (and very useful) thing to do. I would
fixit myself but I don't have a Windows development platform. 

options.c:              case SQL_LOGIN_TIMEOUT: /* ignored */
options.c:              case SQL_LOGIN_TIMEOUT: /* NOT SUPPORTED */

http://www.postgresql.org/docs/7.4/static/libpq.html#LIBPQ-CONNECT

see diff file:

1723,1727c1723
< /* added by BCK Sun Jul  2 22:22:24 BST 2006 */
<         conninfo = strcat(conninfo," connect_timeout=2");
< /* this should be fixed to work
<         conninfo = strcat(conninfo,self->connInfo.connect_timeout);
<  */
---
>


----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000678&group_id=1000125

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: psqlodbc-08.02.0002 on os x tiger build fails, with workarounds
Следующее
От: "Philippe Lang"
Дата:
Сообщение: Dynamic graphics generation inside plperlu query, odbc and MS Access display