Re: Patch for escaped escape char

From: Kris Jurka <books(at)ejurka(dot)com>
To: Xavier Poinsard <xpoinsard(at)free(dot)fr>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Patch for escaped escape char
Date: 2005-01-27 11:33:45
Message-ID: Pine.BSO.4.56.0501270630390.30468@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 25 Jan 2005, Xavier Poinsard wrote:

> The attached patch add basic support for JDBC escape for escape char in
> string comparisons by simply removing '{' and '}'.
>

Applied. This patch also had some changes from the nativeSQL patch and
compressing a tiny patch like this is unnecessary and makes it harder to
read inline.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Martin Keller 2005-01-27 14:00:46 moveToInsertRow doesn't work when using prepared statements
Previous Message Kris Jurka 2005-01-27 11:30:29 Re: Documentation for jdbc escapes