Subject Re: [Firebird-Architect] Re: Procedures vs functions
Author Dmitry Yemanov
"Alex Peshkov" <pes@...> wrote:
>
> This will break backward compatibility.

Nope. All current procedures are considered having legacy behaviour and will
be accepted in both contexts.

RDB$PROCEDURE_TYPE
NULL/0 - legacy code
1 - executable procedure
2 - selectable procedure

The new code will be of either type 1 or type 2. At least this is what has
been discussed.


Dmitry