Subject | Re: [Firebird-Architect] Named arguments for SP |
---|---|
Author | Bjoern Reimer |
Post date | 2005-01-15T23:47:08Z |
DY> execute procedure sp (x = 1, y = 1)
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
--
>> 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
--