Thread: Patch for escaped escape char

Patch for escaped escape char

From
"Xavier Poinsard"
Date:
The attached patch add basic support for JDBC escape for escape char in
string comparisons by simply removing '{' and '}'.

Attachment

Re: Patch for escaped escape char

From
Kris Jurka
Date:

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