JDBCCTS issues

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBCCTS issues
Date: 2005-07-05 13:18:30
Message-ID: F3AF9C8C-4460-4EA8-8A93-00D70B96899F@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Does anyone know what the spec says if a parameter is registered and
the underlying type is not the same as the registered type?

for instance registerOutParameter( n, Types.Real ) where the
underlying type is float8

In general should we be attempting to convert to the case requested ?

The particular example above is required for the test to pass.

Dave

Dave Cramer
davec(at)postgresintl(dot)com
www.postgresintl.com
ICQ #14675561
jabber davecramer(at)jabber(dot)org
ph (519 939 0336 )

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roland Walter 2005-07-05 13:54:35 Re: Streaming blob to db
Previous Message PANOZZ00USER0002 2005-07-05 13:17:49 R: Problem with Jdk1.4 and Linux