Subject | Re: [Firebird-Architect] RFC: Please unify stored procedure execution |
---|---|
Author | Nando Dessena |
Post date | 2004-12-21T15:10:45Z |
Martijn,
M> CREATE PROCEDURE CALL_TEST returns (
M> POOUT Integer)
M> AS
M> begin
M> POOUT = 1;
M> end
M> ^^
M> SET TERM ; ^^
M> commit;
M> select * from call_test
-->> no rows returned.
as I said already, this (a returns clause and no suspend) is a
programmer error. Roman is not looking for ways to turn a badly coded
SP into legal code. I think perhaps I'd need some examples of SPs and
calls to fully understand where Roman is stuck precisely.
M> he is facing the same problems as we all do.
so perhaps you could provide those examples yourself. I'm not facing
any problems. ;-)
Ciao
--
Nando Dessena
http://www.flamerobin.org
M> CREATE PROCEDURE CALL_TEST returns (
M> POOUT Integer)
M> AS
M> begin
M> POOUT = 1;
M> end
M> ^^
M> SET TERM ; ^^
M> commit;
M> select * from call_test
-->> no rows returned.
as I said already, this (a returns clause and no suspend) is a
programmer error. Roman is not looking for ways to turn a badly coded
SP into legal code. I think perhaps I'd need some examples of SPs and
calls to fully understand where Roman is stuck precisely.
M> he is facing the same problems as we all do.
so perhaps you could provide those examples yourself. I'm not facing
any problems. ;-)
Ciao
--
Nando Dessena
http://www.flamerobin.org