Re: AbstractJdbc2Array - another patch - Mailing list pgsql-jdbc

From Marek Lewczuk
Subject Re: AbstractJdbc2Array - another patch
Date
Msg-id 4751AF8F.2030504@lewczuk.com
Whole thread Raw
In response to Re: AbstractJdbc2Array - another patch  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka pisze:
> Applied with one last minor fix.  Array elements are escaped differently
> than literals or identifiers, so I've added a new escapeArrayElement
> method instead of trying to use connection.escapeString.
Great, thanks.

> I don't have any immediate plans to work on this issue.  The 8.3 release
> is coming fast and there are two more large patches that I need to have
> another look at (copy + binary transfer).  Schema qualifying all types
> has been a problem since the 7.3 release and we haven't heard a whole
> lot of complaints about it, so I'm not hugely concerned.  That's not to
> say I don't think we should fix it, just that it's low on my priority
> list.  If you want to work on it, I'd be happy to look at whatever you
> come up with.
Ok, I will try to prepare my proposal. If there will be other things,
that I could help please write me an email.

Best wishes,
ML



pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: prepared statement using postgres array
Next
From: Kris Jurka
Date:
Subject: Re: OID Bug in AbstractJdbc2DatabaseMetaData.java