Bug #85341 | Table data import wizard | ||
---|---|---|---|
Submitted: | 7 Mar 2017 10:28 | Modified: | 23 Nov 2018 13:42 |
Reporter: | Mirosław Sosna | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 6.3.9 | OS: | Ubuntu (16.04) |
Assigned to: | CPU Architecture: | Any |
[7 Mar 2017 10:28]
Mirosław Sosna
[31 Jul 2017 12:26]
Chiranjeevi Battula
Hello Mirosław, Thank you for the bug report. Could you please provide repeatable test case (exact steps, create table statement, sample csv data etc. - please make it as private if you prefer) to confirm this issue at our end? Thanks, Chiranjeevi.
[1 Sep 2017 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[25 Jul 2018 9:45]
Marcin Szalowicz
Thank you for the bug report. Bug confirmed as per description.
[23 Nov 2018 13:42]
Marcin Szalowicz
Posted by developer: Works as expected. With MySQL Server as per documentation: https://dev.mysql.com/doc/refman/8.0/en/identifiers.html "Database, table, and column names cannot end with space characters." After removing the space character from the end of the second column, import will succeed.