Skip to content
  • Gleb Shchepa's avatar
    2a6c96c6
    WL#7201, WL#7202, WL#8062: True bottom-up server parser: refactoring of the... · 2a6c96c6
    Gleb Shchepa authored
    WL#7201, WL#7202, WL#8062: True bottom-up server parser: refactoring of the INSERT, REPLACE, DELETE and UPDATE statements.
    
    This patch implements a few worklogs:
    
    * WL #7201: True bottom-up server parser: refactoring of the INSERT/REPLACE statement
    * WL #7202: True bottom-up server parser: refactoring of the DELETE statement
    * WL #8062: True bottom-up server parser: refactoring of the UPDATE statement
    
    All 3 worklogs are intended to refactor grammar rules for INSERT, REPLACE,
    DELETE and UPDATE statement in a pure bottom-up style to make it (the grammar)
    context-independent for the better maintainability and extendability at
    the first place.
    
    Worklogs use the framework and the methodology from the WL7199
    "True bottom-up server parser: common framework for the refactoring".
    
    Please see WL pages for details.
    2a6c96c6
    WL#7201, WL#7202, WL#8062: True bottom-up server parser: refactoring of the...
    Gleb Shchepa authored
    WL#7201, WL#7202, WL#8062: True bottom-up server parser: refactoring of the INSERT, REPLACE, DELETE and UPDATE statements.
    
    This patch implements a few worklogs:
    
    * WL #7201: True bottom-up server parser: refactoring of the INSERT/REPLACE statement
    * WL #7202: True bottom-up server parser: refactoring of the DELETE statement
    * WL #8062: True bottom-up server parser: refactoring of the UPDATE statement
    
    All 3 worklogs are intended to refactor grammar rules for INSERT, REPLACE,
    DELETE and UPDATE statement in a pure bottom-up style to make it (the grammar)
    context-independent for the better maintainability and extendability at
    the first place.
    
    Worklogs use the framework and the methodology from the WL7199
    "True bottom-up server parser: common framework for the refactoring".
    
    Please see WL pages for details.
Loading