SQLite Forum

Documentation issues for window functions
Login

Documentation issues for window functions

(1) By Rob G (robgolsteijn) on 2020-11-19 08:12:55 [link] [source]

Hi List,

I found a few mistakes in the documentation of window functions: https://sqlite.org/windowfunctions.html

In the example code, the comment for function sumintValue() ends with "Because". That word has to be removed.

In the numbered list below this code example, item 13, "(x='d')" must be "(x='e')".

I think in this same list a step 14 is missing, but I did not have a recent version of Sqlite available to check this. The following step should be added: "Step 14 xFinal() - Invoked to release resources."

Rob Golsteijn

(2) By Dan Kennedy (dan) on 2020-11-19 16:36:38 in reply to 1 [source]

Thanks for these. And for using window functions! Now fixed here:

https://www.sqlite.org/docsrc/info/29a58418bc3efb22

Dan.