• S
    WITH CHECK OPTION support for auto-updatable VIEWs · 4cbe3ac3
    Stephen Frost 提交于
    For simple views which are automatically updatable, this patch allows
    the user to specify what level of checking should be done on records
    being inserted or updated.  For 'LOCAL CHECK', new tuples are validated
    against the conditionals of the view they are being inserted into, while
    for 'CASCADED CHECK' the new tuples are validated against the
    conditionals for all views involved (from the top down).
    
    This option is part of the SQL specification.
    
    Dean Rasheed, reviewed by Pavel Stehule
    4cbe3ac3
planmain.h 5.3 KB