Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date: 2017-10-24 17:06:36 +0200 From: Omri <> To: SQL devs <> Version: 11.27.5 (Jul2017-SP1) CC: @njnes
Last updated: 2017-12-14 14:46:01 +0100
Date: 2017-10-24 17:06:36 +0200 From: Omri <>
sql_parser.y has the following stanza:
window_frame_following: value_exp PRECEDING { $$ = $1; } ;
I believe that should be "value_exp FOLLOWING { $$ = $1} "
Date: 2017-10-25 09:34:20 +0200 From: MonetDB Mercurial Repository <>
Changeset 4948a6800fdf made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=4948a6800fdf
Changeset description:
Typo. This fixes bug #6446.
Date: 2017-10-26 07:58:22 +0200 From: @njnes
fixed by the change in the parser (still implementation of the window functionality is missing)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Date: 2017-10-24 17:06:36 +0200
From: Omri <>
To: SQL devs <>
Version: 11.27.5 (Jul2017-SP1)
CC: @njnes
Last updated: 2017-12-14 14:46:01 +0100
Comment 25786
Date: 2017-10-24 17:06:36 +0200
From: Omri <>
sql_parser.y has the following stanza:
window_frame_following:
value_exp PRECEDING { $$ = $1; }
;
I believe that should be "value_exp FOLLOWING { $$ = $1} "
Comment 25798
Date: 2017-10-25 09:34:20 +0200
From: MonetDB Mercurial Repository <>
Changeset 4948a6800fdf made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=4948a6800fdf
Changeset description:
Comment 25805
Date: 2017-10-26 07:58:22 +0200
From: @njnes
fixed by the change in the parser (still implementation of the window functionality is missing)
The text was updated successfully, but these errors were encountered: