Subject Re: [Firebird-Architect] Named arguments for SP
Author Bjoern Reimer
DY> execute procedure sp (x = 1, y = 1)

>> execute procedure sp with y = 2;

DY> This call is invalid without a default value defined for X and Y being the
DY> first parameter.

Default values for params in stored procs would be really nice.
Think on the need to extend a stored proc with at least one
parameter.
With a default parameter you donb't need to change all old calling code!
Very cool idea!


Bjoern

--