Re: Unable to prepare a statement when the object names contain more than one $ symbol

From: Kris Jurka <books(at)ejurka(dot)com>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Altaf Malik <mmalik_altaf(at)yahoo(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Unable to prepare a statement when the object names contain more than one $ symbol
Date: 2007-10-20 17:48:34
Message-ID: Pine.BSO.4.64.0710201302050.28172@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Wimmer 2007-10-23 14:53:32 update custom types via resultset
Previous Message Oliver Jowett 2007-10-20 00:21:13 Re: PostgreSQL JDBC Driver versus Encoding