Re: New Patch For CallableStmt (against current CVS)

From: Barry Lind <barry(at)xythos(dot)com>
To: Paul Bethe <pmbethe(at)yahoo(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: New Patch For CallableStmt (against current CVS)
Date: 2002-06-14 20:13:04
Message-ID: 3D0A4E50.5040209@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Paul,

I reviewed most of your original patch last night. It looks very good.
I will work on applying it over the weekend. Thanks for submitting
this. I know that many people have been asking for this functionality.

thanks,
--Barry

Paul Bethe wrote:
> Sorry - I found a one line bug while doing some
> testing.
>
> patch is here applies on-top of patch submitted
> yesterday by me.
>
> -Paul
>
> jdbc2/CallableStatement.java Fri Jun 14 13:39:48 2002
> --- CallableStatement.java.old Fri Jun 14 13:39:43
> 2002
> ***************
> *** 75,81 ****
> // so syntax checking is not complete only a few
> basics :(
> originalSql = sql; // save for error msgs..
> int index = sql.indexOf ("="); // is implied func
> or proc?
> ! boolean isValid = true;
> if (index != -1) {
> isFunction = true;
> isValid = sql.indexOf ("?") < index; // ? before
> =
> --- 75,81 ----
> // so syntax checking is not complete only a few
> basics :(
> originalSql = sql; // save for error msgs..
> int index = sql.indexOf ("="); // is implied func
> or proc?
> ! boolean isValid = false;
> if (index != -1) {
> isFunction = true;
> isValid = sql.indexOf ("?") < index; // ? before
> =
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2002-06-14 22:18:24 Re: Reduce heap tuple header size
Previous Message Mike Mascari 2002-06-14 18:57:59 Re: Non-standard feature request