Re: JDBC rewriting a bad query?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Woody Woodring <george(dot)woodring(at)iglass(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC rewriting a bad query?
Date: 2008-03-20 03:35:05
Message-ID: Pine.BSO.4.64.0803192328250.29669@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 19 Mar 2008, Woody Woodring wrote:

> We were able to reproduce the issue with postgresql-8.3-603.jdbc3.jar.
> Please let me know if I can be of any assistance in finding the issue.
>

If you can send a self-contained test case, I'd be happy to look at it. I
tried the attached test case and I get the expected:

Exception in thread "main" org.postgresql.util.PSQLException: ERROR:
syntax error at or near ")"
Position: 356

Kris Jurka

Attachment Content-Type Size
QueryParens.java text/plain 894 bytes

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-03-20 03:43:26 Re: Atomic operations?
Previous Message Woody Woodring 2008-03-19 21:13:10 Re: JDBC rewriting a bad query?