From: | Luca Ferrari <fluca1978(at)infinito(dot)it> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: postgres jdbc into eclipse plugin (OID problems) |
Date: | 2007-07-12 08:41:39 |
Message-ID: | 200707121041.40011.fluca1978@infinito.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Wednesday 11 July 2007 Diego Zanga's cat, walking on the keyboard, wrote:
> However i could not understand WHY, it does it outside
> eclipse and not inside it: this means the jdbc driver
> have some problems inside eclipse, and doez not
> throw execeptions about this problem, so the server
> has some problem managing the prepared statement,
> but i dont know what is it, and how to debug it
I never developed an eclipse plug-ing, thus I don't know exactly how to help
you (someone with more experience can give you help); I've got only a few
suggestions. First of all, I guess the problem is in eclipse and not in the
driver. I think if there's an exception is eclipse that is hiding it to you.
Moreover, you can set the debugging options in the postgresql.conf
(client_min_messages and debug_print*) and have a look at the logs to see
what the server is receiving, as well as you can enable debugging in the
driver; try appending ?loglevel=2 at the connection URL.
Hope this helps,
Luca
From | Date | Subject | |
---|---|---|---|
Next Message | Diego Zanga | 2007-07-12 09:28:58 | Re: postgres jdbc into eclipse plugin (OID problems) |
Previous Message | Dave Cramer | 2007-07-11 23:16:10 | Re: questions regarding transactions |