• Jan Wieck's avatar
    Fixed shift/reduce conflict · 443c08a1
    Jan Wieck authored
    SelectStmt and CursorStmt tried to parse FOR UPDATE ... / FOR READ ONLY.
    Cursor now checks that it is read only by looking at forUpdate of Query.
    SelectStmt handles FOR READ ONLY too.
    
    Jan
    443c08a1
gram.y 140 KB