Skip to content
  • Knut Anders Hatlen's avatar
    8bbc2539
    WL#13127: Deprecate integer display width and ZEROFILL option · 8bbc2539
    Knut Anders Hatlen authored
    Report a deprecation warning if a TINYINT, SMALLINT, MEDIUMINT, INT or
    BIGINT column is defined with a display width attribute.
    
    Report a deprecation warning if a numeric column is defined with the
    ZEROFILL attribute.
    
    This includes reporting warnings for CREATE TABLE ... LIKE and CREATE
    TABLE ... SELECT statements which creates tables with columns that
    have the ZEROFILL attribute.
    
    It also includes reporting warnings for CREATE FUNCTION and CREATE
    PROCEDURE statements that use ZEROFILL or integer display width in
    parameter types, local variable types or return types.
    
    Change-Id: I663fb0c5be7bc556de5f0d56036eee3c26a6f527
    (cherry picked from commit 881c460831ced13db159c35914425bb99efd0d80)
    8bbc2539
    WL#13127: Deprecate integer display width and ZEROFILL option
    Knut Anders Hatlen authored
    Report a deprecation warning if a TINYINT, SMALLINT, MEDIUMINT, INT or
    BIGINT column is defined with a display width attribute.
    
    Report a deprecation warning if a numeric column is defined with the
    ZEROFILL attribute.
    
    This includes reporting warnings for CREATE TABLE ... LIKE and CREATE
    TABLE ... SELECT statements which creates tables with columns that
    have the ZEROFILL attribute.
    
    It also includes reporting warnings for CREATE FUNCTION and CREATE
    PROCEDURE statements that use ZEROFILL or integer display width in
    parameter types, local variable types or return types.
    
    Change-Id: I663fb0c5be7bc556de5f0d56036eee3c26a6f527
    (cherry picked from commit 881c460831ced13db159c35914425bb99efd0d80)
Loading