On 5/31/21 10:21 PM, Adriano dos Santos Fernandes wrote:


As the second, unrelated change, shorten EXECUTE
PROCEDURE/STATEMENT/what-else OBJECT to EXEC OBJECT and decide about
object type from context - provided it will not raise the hell in btyacc.

I do not understood what you mean.

Now: EXECUTE PROCEDURE PROC1 .... (other parameters)
Suggested alternate syntax: EXEC PROC1 .... (other parameters)

Now: EXECUTE STATEMENT 'SQL-text' .... (other parameters)
Suggested alternate syntax: EXEC 'SQL-text' .... (other parameters)

Change is trivial - the only problem I see is does btyacc agree with such syntax or not.




Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to