Re: help with front/backend datatype converting

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "Do, Leon \(Leon\)" <leondo(at)lucent(dot)com>
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>, imad <immaad(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: help with front/backend datatype converting
Date: 2006-11-17 11:34:18
Message-ID: 455D9E3A.8040007@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Do, Leon (Leon) wrote:

> I haven't tested the server side but I know the client generates that
> format but it didn't take what it generated.

Well, in general we only care about parsing what the server generates,
not what the driver generates.

One exception might be updateable resultsets.

The solution is probably to fix the generation side so we generate the
same format as the server produces.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Wm.A.Stafford 2006-11-17 20:33:17 Is UTF-8 required for PostgreSQL JDBC?
Previous Message Dave Cramer 2006-11-16 23:28:34 Re: Support for named parameters in the PostgreSQL JDBC driver