odc
odc copied to clipboard
[Bug]: When executing an SQL statement, the issue module's "Must Improve" icon keeps flashing when the mouse hovers over it.
ODC version
4.3.0_bp1
OB version
any
What happened?
What did you expect to happen?
The "Must Improve" icon remains static and does not blink when the mouse is hovered over it.
How can we reproduce it (as minimally and precisely as possible)?
When executing the following SQL, the "Must Improve" icon in the issue module constantly flickers when the mouse hovers over it.
CREATE TABLE `testdb`.`t_2` (
`id` int(11) PRIMARY KEY AUTO_INCREMENT COMMENT '主é®' NOT NULL
) DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_general_ci WITH COLUMN GROUP(all columns);
However, the flickering stops when 'int(11)' in the SQL is changed to just 'int'.
Anything else we need to know?
No response
thanks so much for report bug, could you please offer OS information? another little tips: english languange is recommended for issue and discussion.
chrome version:126.0.6478.127 OS:Windows 10 企业版 LTSC