Skip to content
New issue

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

sql_parser.y bug? #6446

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

sql_parser.y bug? #6446

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

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:

Typo.  This fixes bug #6446.

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)

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants