Re: Patch for escaped escape char

Lists: pgsql-jdbc
From: "Xavier Poinsard" <xpoinsard(at)free(dot)fr>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Patch for escaped escape char
Date: 2005-01-25 09:47:34
Message-ID: 41F615B6.80503@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

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

Attachment Content-Type Size
patchEscapeChar.txt.gz application/x-gzip 1.4 KB

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
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