Re: Issues with Array interface (String parsing)

From: Barry Lind <barry(at)xythos(dot)com>
To: d a <devajx(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Issues with Array interface (String parsing)
Date: 2002-05-31 15:50:46
Message-ID: 3CF79BD6.2080408@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Anshul,

There isn't any known patch or workaround that I am aware of. You are
the first person to report this problem. A patch would be gladly accepted.

thanks,
--Barry

d a wrote:
> Hi,
>
> I am using ResultSet.getArray() to retrieve a string
> array from the db. And I am getting incorrect values
> for cases where the array elements contain quote or
> backslash characters.
>
> Looked at the source code for Array and it doesn't
> seem to account for escaped quote and backslash
> characters.
>
> Is there a known patch or a workaround for this
> particular problem?
>
> Thanks in advance,
> Anshul
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> ---------------------------(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
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-05-31 16:19:15 Re: Issues with Array Interface
Previous Message Barry Lind 2002-05-31 15:48:51 Re: Issues with Array Interface