From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | Csaba Nagy <nagy(at)ecircle-ag(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Cramer <pg(at)fastcrypt(dot)com>, Christian Cryder <c(dot)s(dot)cryder(at)gmail(dot)com>, Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Timestamp Conversion Woes Redux |
Date: | 2005-07-19 22:48:09 |
Message-ID: | 42DD8329.2000505@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Csaba Nagy wrote:
> [snip]
>
>>wasn't the whole thread. I agree with you that if we make setString
>>default to UNKNOWN, there had better be a way to say "by golly this
>>really is TEXT" for the corner cases. It'd be a good idea if it wasn't
>>limited to TEXT, either, but could allow specification of any random
>>datatype.
>
>
> This makes me think, isn't it possible to introduce a special type to
> say something like: setObject(..., Types.UNKNOWN),
I expect you can do this already with a PGobject implementantion. It
might be nice to make it directly support String too.
-O
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2005-07-19 22:53:32 | Re: Streaming ResultSet |
Previous Message | Kevin Grittner | 2005-07-19 20:22:25 | Streaming ResultSet |