Re: postgres jdbc into eclipse plugin (OID problems)
От | Luca Ferrari |
---|---|
Тема | Re: postgres jdbc into eclipse plugin (OID problems) |
Дата | |
Msg-id | 200707121041.40011.fluca1978@infinito.it обсуждение исходный текст |
Ответ на | postgres jdbc into eclipse plugin (OID problems) ("Diego Zanga" <naarani@gmail.com>) |
Ответы |
Re: postgres jdbc into eclipse plugin (OID problems)
|
Список | 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
В списке pgsql-jdbc по дате отправления: