Re: help with front/backend datatype converting - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: help with front/backend datatype converting
Date
Msg-id 455D9E3A.8040007@opencloud.com
Whole thread Raw
In response to Re: help with front/backend datatype converting  ("Do, Leon \(Leon\)" <leondo@lucent.com>)
Responses Re: help with front/backend datatype converting
List 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

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Support for named parameters in the PostgreSQL JDBC driver
Next
From: "Wm.A.Stafford"
Date:
Subject: Is UTF-8 required for PostgreSQL JDBC?