Skip to content
Snippets Groups Projects
Forked from Grant Weddell / LDI
Source project has a limited visibility.
  • w328li's avatar
    5a541952
    fix conflicts · 5a541952
    w328li authored
    reason from output:
    4 Query: SelectQuery .
        5      | SelectQuery . LIMIT INTEGER
       17 UnionQuery: SelectQuery .
        LIMIT  shift, and go to state 16
        $end      reduce using rule 4 (Query)
        $end      [reduce using rule 17 (UnionQuery)]
        LIMIT     [reduce using rule 17 (UnionQuery)]
        $default  reduce using rule 4 (Query)
    solution: add '('')' around state 17
    5a541952
    History
    fix conflicts
    w328li authored
    reason from output:
    4 Query: SelectQuery .
        5      | SelectQuery . LIMIT INTEGER
       17 UnionQuery: SelectQuery .
        LIMIT  shift, and go to state 16
        $end      reduce using rule 4 (Query)
        $end      [reduce using rule 17 (UnionQuery)]
        LIMIT     [reduce using rule 17 (UnionQuery)]
        $default  reduce using rule 4 (Query)
    solution: add '('')' around state 17