Re: Very strange Error in Updates

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dario Fassi <software(at)sistemat(dot)com(dot)ar>
Cc: Oliver Jowett <oliver(at)opencloud(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Very strange Error in Updates
Date: 2004-07-15 07:25:30
Message-ID: Pine.BSO.4.56.0407150223460.6132@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Thu, 15 Jul 2004, Dario Fassi wrote:

> But you can explain why the *exactly* sames values can be inserted and
> not updated ?

I don't belive this.

> And why via ODBC , the same statements with the same servers and with
> the same Dbs , run without problem ?

The ODBC driver doesn't have any encoding knowledge and it just passes
bytes around. As mentioned the JDBC does a transformation to UTF-8 which
makes the incorrect database encoding apparent.

Kris Jurka

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2004-07-15 07:45:47 Re: Point in Time Recovery
Previous Message Dario Fassi 2004-07-15 07:23:01 Re: Very strange Error in Updates

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-07-15 07:44:53 Re: SSL Problem
Previous Message Dario Fassi 2004-07-15 07:23:01 Re: Very strange Error in Updates