Re: Unable to prepare a statement when the object names contain more than one $ symbol - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Unable to prepare a statement when the object names contain more than one $ symbol
Date
Msg-id Pine.BSO.4.64.0710201302050.28172@leary.csoft.net
Whole thread Raw
In response to Re: Unable to prepare a statement when the object names contain more than one $ symbol  (Michael Paesold <mpaesold@gmx.at>)
List pgsql-jdbc

On Thu, 18 Oct 2007, Michael Paesold wrote:

> Ok, here is the patch. It also adds your tests exposing the bug to the test
> suite. The patch fixes both test cases and passes all other regression tests
> (at least with JDK 1.5....). Does it look OK to you?

Looks good.  Applied.

> Should we do anything additional about error-ing out when we detect an
> unterminated dollar-quote (see previous mail)?
>

I don't think that's necessary.  We don't do so for string literals,
quoted identifiers, or block comments.

Kris Jurka

pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: PostgreSQL JDBC Driver versus Encoding
Next
From: Robert Wimmer
Date:
Subject: update custom types via resultset