Re: a problem about setQueryTimeout is not fixed? - Mailing list pgsql-jdbc

From Tomonari Katsumata
Subject Re: a problem about setQueryTimeout is not fixed?
Date
Msg-id 51E50AE6.9080701@po.ntts.co.jp
Whole thread Raw
In response to Re: a problem about setQueryTimeout is not fixed?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: a problem about setQueryTimeout is not fixed?  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hi Dave,

I've tested the new driver(postgresql-9.2-1004.jdbc4.jar).
It worked fine.

My test scenario:
step0. preparing tomcat connection pool environment.
step1. connect to PostgreSQL with pooled connection.
step2. executing setQueryTimeout(5).
step3. executing dummy query(access to non exist table) and get
SQLException.
step4. cotinueously, executing "SELECT pg_sleep(10)".

the result:
- old driver
getting SQLException during step4.
because of timer expired from step2.

- new driver
query of step4 complete without any error.


I'm happy to the new driver be released soon,
but I'm concerning about a quick release make
many users chaos.

Now, you are working for website renewal, rigth?
So, I think it's better to release new driver on
renewal websit.
What do you think of it ?

regards,
--------
NTT Software Corporation
Tomonari Katsumata




pgsql-jdbc by date:

Previous
From: Tom Dunstan
Date:
Subject: Re: Website Redo Kick Off
Next
From: Dave Cramer
Date:
Subject: Re: a problem about setQueryTimeout is not fixed?