Bug #84049 | MySQL for Excel and comma separator in currency | ||
---|---|---|---|
Submitted: | 4 Dec 2016 11:55 | Modified: | 5 May 2017 19:20 |
Reporter: | Daniel da Veiga Daniel | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL for Windows: MySQL for Excel | Severity: | S3 (Non-critical) |
Version: | 1.3.6 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[4 Dec 2016 11:55]
Daniel da Veiga Daniel
[4 Dec 2016 16:15]
MySQL Verification Team
Looks like regression: https://bugs.mysql.com/bug.php?id=73293.
[7 Dec 2016 10:10]
Chiranjeevi Battula
Hello Daniel, Thank you for the bug report . Verified this behavior on MS Excel 2013 with MySQL for Excel 1.3.6. Thanks, Chiranjeevi
[7 Dec 2016 10:10]
Chiranjeevi Battula
Screenshot
Attachment: 84049.JPG (image/jpeg, text), 211.50 KiB.
[9 Dec 2016 1:16]
Javier TreviƱo
Posted by developer: Reverted back the way Export Data operations prepare data to be exported so the DataTable container has the final data types before the operation takes place, this automatically makes the decimal numbers conversion from any locale to an invariant one. The locale-free fix for numbers was removed in 1.3.5 where that fix was found to introduce other problems. Now it has been added back and the other problems sorted out.
[5 May 2017 18:51]
Rafael Antonio Bedoy Torres
Posted by developer: Fixed on 1.3.7 build 2
[5 May 2017 18:52]
Rafael Antonio Bedoy Torres
Posted by developer: Fixed on 1.3.7 build 2
[5 May 2017 19:18]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL for Excel 1.3.7 release, and here's the changelog entry: Excel worksheets that had currency values with comma separators produced errors when the data was exported to a MySQL table. Thank you for the bug report.