Bug #78817 | Workbench ignores Collation of a table column when exporting a model as SQL | ||
---|---|---|---|
Submitted: | 13 Oct 2015 10:26 | Modified: | 16 Mar 2018 20:32 |
Reporter: | Herbert Mlsaidhkasjd | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 6.3.4.0 build 828 (64 bits) | OS: | Windows (Any Windows version) |
Assigned to: | CPU Architecture: | Any | |
Tags: | collation, model, workbench |
[13 Oct 2015 10:26]
Herbert Mlsaidhkasjd
[13 Oct 2015 11:41]
MySQL Verification Team
Hello Herbert Mlsaidhkasjd, Thank you for the report. Observed this on Win7 with WB 6.3.4. Thanks, Umesh
[14 Dec 2016 8:34]
Philip Iezzi
Same problem here, tested on macOS Sierra / MySQLWorkbench 6.3.8. AFAIK the problem exists since 6.3.4. Thanks for fixing, Philip
[15 Mar 2017 17:37]
Sven Arild Helleland
This is still a bug, the SQL generator does not add the collation. This happen EVEN if you select a case sensitive collation instead of using default case sensitive. To duplicate it, create a new table, add a varchar column, change collation to a case sensitive one, and click on "Copy SQL to Clipboard", or try to use "Syncronize Model". Both will just set the charset, and ignore the collation.
[15 Jun 2017 17:02]
Sergio Delfin
This bus is still present in Workbench 6.3.8
[5 Mar 2018 14:16]
Carlo Caminati
Same problem on Debain 9 x64 / MySQLWorkbench 6.3.8 build 1228 CE Carlo
[16 Mar 2018 20:32]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Workbench 8.0.11 release, and here's the changelog entry: Columns with custom collation were reset to the default collation when the model containing the table was exported. Thank you for the bug report.