Re: [HACKERS] JDBC improvements

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Nicolas Verger'" <nicolas(at)verger(dot)net>, "'Barry Lind'" <barry(at)xythos(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [HACKERS] JDBC improvements
Date: 2001-12-03 18:45:10
Message-ID: 009001c17c2a$a320c8f0$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Nicolas,

Just send your patch to the list and we will include it in version 7.3

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Nicolas Verger
Sent: Friday, November 30, 2001 12:02 PM
To: Barry Lind
Cc: Psql-Hackers; pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] [HACKERS] JDBC improvements

> -----Message d'origine-----
> De : Barry Lind [mailto:barry(at)xythos(dot)com]
> Nicolas,
>
> AFAIK you should be able to get the EXPLAIN plan from the jdbc driver.

> All INFO messages from the backend are treated as warnings by the jdbc

> driver. If you do a getWarnings() you should be able to get the
> explain plan information.
>
> Cancel query is on the jdbc todo list. However I don't know of anyone

> that plans to implement it. So a patch that adds that functionality
> would be welcome.
>
> thanks,
> --Barry
>
>

Ok, the getWarnings() method works on the Connection but not on the
Statment nor ResultSet... Why ? I look in the source and it's just a
little patch to do it. I'm not used in GPL licence so if I make this
patch what may I do with it ?

I watched for cancel query too, and I may work on it too ...

Nicolas

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-12-03 18:45:16 Re: [HACKERS] JDBC improvements
Previous Message Daniel Kalchev 2001-12-03 18:38:19 Re: 7.1.3 not using index

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-12-03 18:45:16 Re: [HACKERS] JDBC improvements
Previous Message Thomas Møller Andersen 2001-12-03 18:34:52 Exception?