From: | Barry Lind <barry(at)xythos(dot)com> |
---|---|
To: | Dave(at)micro-automation(dot)net |
Cc: | "'PostgreSQL Patches'" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Patch for handling unknown data types in jdbc driver |
Date: | 2001-10-05 01:19:02 |
Message-ID: | 3BBD0A86.8050105@xythos.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Dave,
The patch looks fine.
thanks,
--Barry
Dave Cramer wrote:
> Attached is a patch which deals with
>
> select 'id' as xxx from table
>
> The issue is:
>
> When the driver gets a data type which does not map into the SQL.Types
> it attempts to load the object into a java object. Eventually throwing
> an exception indicating that the type "unknown" was not found.
>
> Since the backend defaults "unknown" types to text it was suggested that
> the jdbc driver do the same.
>
> This patch does just that.
>
> I have tested it on the above select statement as well as a small
> program that serializes, and deserializes a class
>
> Dave
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2001-10-05 01:45:49 | Re: [HACKERS] Problem on AIX with current |
Previous Message | Bruce Momjian | 2001-10-04 18:27:01 | Re: [HACKERS] Problem on AIX with current |