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

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement
Дата
Msg-id Pine.BSO.4.63.0610300136580.17615@leary2.csoft.net
обсуждение исходный текст
Ответ на Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails  (Michael Paesold <mpaesold@gmx.at>)
Ответы Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC CTS failures
Следующее
От: Michael Paesold
Дата:
Сообщение: Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails