Skip to content
Snippets Groups Projects
  • Mergen Imeev's avatar
    436b1b17
    box: support downgrading of tuple constraints · 436b1b17
    Mergen Imeev authored
    This patch allows to downgrade tuple foreign keys to SQL foreign keys
    and some tuple check constraints to SQL check constraints. The only
    tuple check constraints that can be downgraded are those using functions
    with the SQL_EXPR language.
    
    Closes #7718
    
    NO_DOC=already introduced
    NO_CHANGELOG=already introduced
    436b1b17
    History
    box: support downgrading of tuple constraints
    Mergen Imeev authored
    This patch allows to downgrade tuple foreign keys to SQL foreign keys
    and some tuple check constraints to SQL check constraints. The only
    tuple check constraints that can be downgraded are those using functions
    with the SQL_EXPR language.
    
    Closes #7718
    
    NO_DOC=already introduced
    NO_CHANGELOG=already introduced