Skip to content
  • Gopal Shankar's avatar
    d21ac933
    Bug#31856459 MISSING COLUMN DEFAULT VALUES FROM INFORMATION_SCHEMA.COLUMNS · d21ac933
    Gopal Shankar authored
    The INFORMATION_SCHEMA.COLUMNS and SHOW COLUMNS implementation
    does not show default value expression for BLOB and TEXT fields, even
    though we support them. This patch make changes to display the same.
    
    Note: BLOB|TEXT field does not support default values but support just the
    default value expression.
    
    Change-Id: I888ee31a734de166ef0d59c131d322f64fd879e5
    d21ac933
    Bug#31856459 MISSING COLUMN DEFAULT VALUES FROM INFORMATION_SCHEMA.COLUMNS
    Gopal Shankar authored
    The INFORMATION_SCHEMA.COLUMNS and SHOW COLUMNS implementation
    does not show default value expression for BLOB and TEXT fields, even
    though we support them. This patch make changes to display the same.
    
    Note: BLOB|TEXT field does not support default values but support just the
    default value expression.
    
    Change-Id: I888ee31a734de166ef0d59c131d322f64fd879e5
Loading