Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement
Date
Msg-id Pine.BSO.4.63.0610300136580.17615@leary2.csoft.net
Whole thread Raw
In response to Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails  (Michael Paesold <mpaesold@gmx.at>)
Responses Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails  (Michael Paesold <mpaesold@gmx.at>)
List pgsql-jdbc

On Fri, 6 Oct 2006, Michael Paesold wrote:

> I thought I'd keep you posted on my progress. Here is an updated
> work-in-progress patch implementing dollar-quotes, -- and /* */ quotes (also
> with SQL compliant nesting, i.e. /* /* */ */). It replaces my last one.

This looks good to me.  Have you done anything further?


> - Add the same capabilities to V2Query. Should I just copy the corresponding
> parts of the code there? I don't see an easy way for code sharing here.
> Although it would be possible to factor parts into extra methods, I don't see
> that this would be a real win. Should I try? Comments?
>

Sharing would be good, but I agree there's no easy way for that to
work.  Copying should be OK.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: JDBC CTS failures
Next
From: Michael Paesold
Date:
Subject: Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails