You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several problems here with the rules that implement operator precedence. It was not implemented correctly for a_expr_compare and a_expr_at_time_zone.
Consider input
select * from tmptz where f1 at time zone 'utc' = '2017-01-18 00:00';
from examples/timestamptz.sql. The parse is ambiguous.The problem is in a_expr_compare:
grammars-v4/sql/postgresql/PostgreSQLParser.g4
Lines 3618 to 3623 in 97bd288
The text was updated successfully, but these errors were encountered: