Re: Can PostgreSQL do data type automated casting in - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Can PostgreSQL do data type automated casting in
Date
Msg-id 438626EF.2080408@opencloud.com
Whole thread Raw
In response to Re: Can PostgreSQL do data type automated casting in  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Can PostgreSQL do data type automated casting in  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Dave Cramer wrote:

> Looking at the test case is this a realistic situation ? Would anyone
> really want to change the types of a parameter of a statement ?

It's allowed by the spec as far as I can tell, so we need to support it.

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: org.postgresql.util.PSQLException Column name candidates.id
Next
From: Oliver Jowett
Date:
Subject: Re: Why is bool == java.sql.Types.BIT ??