Re: JDBC callable statement - Mailing list pgsql-patches

From Barry Lind
Subject Re: JDBC callable statement
Date
Msg-id 3C744B9D.1090402@xythos.com
Whole thread Raw
In response to JDBC callable statement  (Paul Bethe <pmbethe@yahoo.com>)
List pgsql-patches
Paul,

You need to submit this in a diff -c format generated against current
cvs sources, otherwise we can't apply this patch.

thanks,
--Barry


Paul Bethe wrote:
> Here is an implementation w/ tests for the
> CallableStatement class.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



pgsql-patches by date:

Previous
From: Doug Fields
Date:
Subject: [PATCH] Ability to PreparedStatement.setObject(#, int[])
Next
From: Paul Bethe
Date:
Subject: Patch to JDBC Callable Stmt