FirebirdSQL / firebird-documentation

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

Document window frame exclusions in fblangref40 and fblangref50 #183

Closed mrotteveel closed 1 year ago

mrotteveel commented 1 year ago

Going over the code in parse.y, I noticed the presence of window frame exclusions (window_frame_exclusion_opt in parse.y), which were not documented in the Firebird 4.0 Release Notes, and thus also not in the Firebird 4.0 Language Reference.

Add this to the syntax of fblangref40 and fblangref50 and document its use.

mrotteveel commented 1 year ago

As it turns out, attempting to use any option other than EXCLUDE NO OTHERS will fail with a "feature is not supported; window EXCLUDE clause" error code 335544343 (_isc_wishlist), so documenting this is not really relevant.