• Alexander Barkov's avatar
    MDEV-10411 Providing compatibility for basic PL/SQL constructs · 8fdc1f01
    Alexander Barkov authored
    Part 9: EXCEPTION handlers
    
    - Adding exception handler syntax:
      WHEN exception_name THEN statement
    - Adding EXCEPTION section intoi the top BEGIN..END SP block.
      Note, currently EXCEPTION goes in the beginning of the top BEGIN..END
      SP block.
    
    TODO:
    - add EXCEPTION section into inner blocks
    - move EXCEPTION to the end of the block
    8fdc1f01
lex.h 26.4 KB