-
Bug
-
Resolution: Done
-
Major
-
1.9.5.Final, 2.0.0.Beta1
-
None
-
False
-
None
-
False
Mysql instance is case sensitive.
When mysql connnector parse following alter statement, will ignore to change column name, and the schema registry service also will keep the origin column name `order_Id`.
ALTER TABLE tbl CHANGE COLUMN `order_Id` `order_id` VARCHAR(255) NOT NULL