|
|||||||||||
|
Re: [JDBC] Howto set UUID parameter for PGSQL 8.3rc1 / postgresql-8.3dev-602.jdbc3.jar
From: Silvio Bierman <sbierman(at)jambo-software.com>
Date: Mon Jan 14 2008 - 12:08:11 EST
adapter.setGUID(PreparedStatement stmt,int idx,String guidValue) that I get to implement to accomodate for PG UUIDs but there is no way to tweak the SQL, the statement is already prepared. In my opinion at least one external type should be allowed to map implicitly to UUID just as the SQLServer driver allows the mapping of an adequately formatted string to a uniqeuidentifier (=uuid) column. PG allows this internally, I just need support for this through the JDBC driver. Any chance this will be allowed? If not I will need to continue to use bytea as my GUID representation. Kind regards, Silvio Bierman ---------------------------(end of broadcast)---------------------------TIP 4: Have you searched our list archives? http://archives.postgresql.org Received on Mon Jan 14 12:10:28 2008 This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 23:42:45 EDT |
||||||||||
|
|||||||||||