Re: Pg 7.4.2, jdbc 7.4, data type inet - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Pg 7.4.2, jdbc 7.4, data type inet
Date
Msg-id Pine.BSO.4.56.0406181320290.10504@leary.csoft.net
Whole thread Raw
In response to Pg 7.4.2, jdbc 7.4, data type inet  ("amo99@libero.it" <amo99@libero.it>)
List pgsql-jdbc

On Fri, 18 Jun 2004, amo99@libero.it wrote:

> Hi,
> I've tried following three drivers with postgresql v. 7.4.2:
> All those drivers return null asking data of type inet.
>

Could you be more clear on how you want the results and how you are
calling them?  With the attached test case I see the following behavior in
different driver versions:

pg73jdbc3.jar
192.168.3.1
Exception in thread "main" No class found for inet
        at
org.postgresql.jdbc1.AbstractJdbc1Connection.getObject(AbstractJdbc1Connection.java:693)
        at
org.postgresql.jdbc2.AbstractJdbc2Connection.getObject(AbstractJdbc2Connection.java:117)
        at
org.postgresql.jdbc2.AbstractJdbc2ResultSet.getObject(AbstractJdbc2ResultSet.java:147)
        at InetTest.main(InetTest.java:16)

pg74.214.jdbc3.jar
192.168.3.1
null


pgdev.302.jdbc3.jar
192.168.3.1
192.168.3.1

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: li li
Date:
Subject: unsubscribe
Next
From: Kris Jurka
Date:
Subject: Re: proposal for CallableStatements to handle multiple out