Re: Support for CALL statement in ecpg

2019-09-17 Thread Ashutosh Sharma
On Tue, Sep 17, 2019 at 1:06 PM Peter Eisentraut < peter.eisentr...@2ndquadrant.com> wrote: > I don't find this patch in any commit fest. Seems like a good addition. > Thanks for the consideration. Will add an entry for it in the commit fest. -- With Regards, Ashutosh Sharma

Re: Support for CALL statement in ecpg

2019-09-17 Thread Peter Eisentraut
I don't find this patch in any commit fest. Seems like a good addition. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Re: Support for CALL statement in ecpg

2019-07-19 Thread Ashutosh Sharma
Hi, Thanks for the review. Please find my comments in-line. On Fri, Jul 19, 2019 at 8:33 AM Kyotaro Horiguchi wrote: > > Hello. > > > +ECPG: CallStmtCALLfunc_application > > Even though it is the default behavior, but as a written rule > this needs the postfix "block". > Done. > +$$ =

Re: Support for CALL statement in ecpg

2019-07-18 Thread Kyotaro Horiguchi
Hello. At Thu, 18 Jul 2019 16:38:54 +0530, Ashutosh Sharma wrote in > Hi All, > > In the current code for ecpg, we can't use CALL statement to call > stored procedures. The attached patch adds the support for it. > > With the attached patch, we can now have the following SQL statement > in

Support for CALL statement in ecpg

2019-07-18 Thread Ashutosh Sharma
Hi All, In the current code for ecpg, we can't use CALL statement to call stored procedures. The attached patch adds the support for it. With the attached patch, we can now have the following SQL statement in ecpg application to call the stored procedures with IN or INOUT params. EXEC SQL CALL