Re: Very strange Error in Updates

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "Dario V(dot) Fassi" <software(at)sistemat(dot)com(dot)ar>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Very strange Error in Updates
Date: 2004-07-15 05:44:00
Message-ID: 40F619A0.8030506@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Dario V. Fassi wrote:

> When the parameter fill the full-length of receiving field and has any
> non common character, the update throw a exception like:
>
> java.sql.SQLException: ERROR: value too long for type character
> varying(30)
> at
> org.postgresql.core.v2.QueryExecutorImpl.receiveErrorMessage(QueryExecutorImpl.java:420)

What server version (I'm guessing <= 7.3 since the driver is using the
V2 protocol) and database encoding are you using?

-O

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dario V. Fassi 2004-07-15 05:57:22 Re: Very strange Error in Updates
Previous Message Kris Jurka 2004-07-15 05:42:03 Re: Very strange Error in Updates

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dario V. Fassi 2004-07-15 05:57:22 Re: Very strange Error in Updates
Previous Message Kris Jurka 2004-07-15 05:42:03 Re: Very strange Error in Updates