Issues with Array interface (String parsing)

From: d a <devajx(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Issues with Array interface (String parsing)
Date: 2002-05-30 19:00:31
Message-ID: 20020530190031.98041.qmail@web11201.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mir Shafiqul Islam 2002-05-30 23:15:03 invalid cidr crahses pooled connection
Previous Message Noel Rappin 2002-05-30 18:58:07 Re: Issues with Array Interface