Yacc bug in sql_parser.y ?
24 Oct
2017
24 Oct
'17
1:47 p.m.
Hi, all. Still trying to get rolling averages out of my MonetDB database, and I ran into this: Line 3954 of sql_parser.y, window_frame_end: UNBOUNDED FOLLOWING { $$ = _symbol_create_int(SQL_FRAME, -1); } | window_frame_following { $$ = $1; } | CURRENT ROW { $$ = _symbol_create_int(SQL_FRAME, 0); } ; window_frame_following: value_exp PRECEDING { $$ = $1; } ; Should that not be "value_exp FOLLOWING "?
2622
Age (days ago)
2622
Last active (days ago)
0 comments
1 participants
participants (1)
-
Omri Schwarz