Patch for jdbc escaped functions

From: Xavier Poinsard <xpoinsard(at)free(dot)fr>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Patch for jdbc escaped functions
Date: 2004-11-19 14:02:33
Message-ID: cnkudq$37n$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
I saw that escaped functions were on the TODO list.
Here is a patch that prepare for adding escaped functions.
It supports nested escapes.
As example I have coded the concat function.
Tests and metadata updates are included.
If the patch is accepted, I will add more functions.
Any comments are welcome.

Attachment Content-Type Size
escapedfunctions.diff text/x-patch 7.4 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2004-11-19 20:40:15 Strange server error with current 8.0beta driver
Previous Message Dave Cramer 2004-11-19 12:54:54 Re: java.sql.* works, JSTL:SQL does not ?