Bug #60478 | Case changes in ENUM values are not recognized | ||
---|---|---|---|
Submitted: | 15 Mar 2011 15:31 | Modified: | 17 Nov 2011 19:03 |
Reporter: | Matthias Maier | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.33 CE | OS: | Any (Windows XP SP 3, Mac OS X) |
Assigned to: | CPU Architecture: | Any | |
Tags: | case sensitive, changes, collation, enum |
[15 Mar 2011 15:31]
Matthias Maier
[15 Mar 2011 15:34]
Matthias Maier
Manual says: "Note that ENUM columns can be assigned a character set and collation. For binary or case-sensitive collations, lettercase is taken into account when assigning values to the column." (http://dev.mysql.com/doc/refman/5.1/en/enum.html) Perhaps duplicate of bug #6206 or bug #7617?
[15 Mar 2011 16:50]
Valeriy Kravchuk
Thank you for the bug report. Verified on Mac OS X while working with local MySQL server 5.1.57.
[17 Nov 2011 19:03]
Philip Olson
Fixed as of 5.2.37: + Case changes to <literal>ENUM</literal> values were not + recognized by &workbench;.