Re: JDBC Driver can't read UUID from database - Mailing list pgsql-bugs

From Kris Jurka
Subject Re: JDBC Driver can't read UUID from database
Date
Msg-id alpine.BSO.2.00.1206111726250.17050@leary.csoft.net
Whole thread Raw
In response to Re: JDBC Driver can't read UUID from database  (Dean Schulze <dschulze@knowledgefactor.com>)
List pgsql-bugs
On Mon, 11 Jun 2012, Dean Schulze wrote:

> Out of curiosity why didn't the driver map the Postgresql UUID to a Java
> UUID?
>

The example I gave of calling getString must return a String and not
another type.  With a recent JDBC Driver and Java version, calling
getObject will return a UUID object.

Kris Jurka

pgsql-bugs by date:

Previous
From: Dave Page
Date:
Subject: Re: BUG #6688: can't install from binary.
Next
From: Tom Lane
Date:
Subject: Re: BUG #6687: initdb -A ident can almost never be correct