FirebirdSQL / firebird-documentation

Firebird documentation
https://www.firebirdsql.org/en/firebird-rdbms/
34 stars 14 forks source link

Documented syntax of subroutine declaration does not match actual syntax #188

Closed mrotteveel closed 9 months ago

mrotteveel commented 9 months ago

Affects: fblangref40, fblangref50.

The documented syntax of PSQL module bodies shows that forward declarations and non-forward declarations can be mixed, but that is not actually correct. First all forward declarations (if any) need to be specified and then all non-forward declarations. Mixing them like the current syntax documentation suggests is not possible.

See also https://github.com/FirebirdSQL/firebird/issues/7784

mrotteveel commented 9 months ago

Fixed in:

mrotteveel commented 9 months ago

Publication of fblangref50 will follow later, at the latest around the GA release of Firebird 5.0