-
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)
Knut Anders Hatlen authoredReport 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