Bug #99698 | MySQL for Excel plugin shows me error | ||
---|---|---|---|
Submitted: | 26 May 2020 19:30 | Modified: | 29 May 2020 13:58 |
Reporter: | Bayansuren Bayarsaikhan | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL for Windows: MySQL for Excel | Severity: | S3 (Non-critical) |
Version: | 1.3.8 | OS: | Windows (Windows 10 Pro for Workstation 64bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.7.29 - MySQL Community Server |
[26 May 2020 19:30]
Bayansuren Bayarsaikhan
[26 May 2020 19:32]
Bayansuren Bayarsaikhan
I already tried to uncheck Advanced options->Excel Tables-> Create an Excel table for the imported MySQL data
[26 May 2020 22:17]
MySQL Verification Team
Thank you for the bug report. Which exactly Windows OS are you using?, Which MySQL server version are you using?. Please provide a dump file with create table and insert data that allow to repeat the issue. Thanks.
[26 May 2020 22:40]
Bayansuren Bayarsaikhan
case table import data
Attachment: case_Table.csv (application/vnd.ms-excel, text), 831.51 KiB.
[26 May 2020 22:42]
Bayansuren Bayarsaikhan
I am using OS: Windows 10 Pro for Workstation 64bit (10.0, Build 18363) MySQL Server version: 5.7.29 - MySQL Community Server (GPL) Here is the create table sql. also i uploaded the import data. CREATE TABLE `cases` ( `id` char(36) NOT NULL, `name` varchar(255) DEFAULT NULL, `date_entered` datetime DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `modified_user_id` char(36) DEFAULT NULL, `created_by` char(36) DEFAULT NULL, `description` text, `deleted` tinyint(1) DEFAULT '0', `assigned_user_id` char(36) DEFAULT NULL, `team_id` char(36) DEFAULT NULL, `team_set_id` char(36) DEFAULT NULL, `case_number` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(255) DEFAULT NULL, `status` varchar(100) DEFAULT NULL, `priority` varchar(100) DEFAULT NULL, `resolution` text, `system_id` int(11) DEFAULT NULL, `work_log` text, `account_id` char(36) DEFAULT NULL, `project_id` char(36) DEFAULT NULL, `cost` decimal(26,2) DEFAULT NULL, `foundby_id` char(36) DEFAULT NULL, `accountable_id` char(36) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `casesnumk` (`case_number`), UNIQUE KEY `case_number` (`case_number`,`system_id`), KEY `idx_cases_tmst_id` (`team_set_id`), KEY `idx_case_name` (`name`), KEY `idx_account_id` (`account_id`), KEY `idx_cases_stat_del` (`assigned_user_id`,`status`,`deleted`) ) ENGINE=InnoDB AUTO_INCREMENT=1904 DEFAULT CHARSET=utf8
[27 May 2020 1:34]
MySQL Verification Team
Thank you for the feedback.
[27 May 2020 20:27]
Bayansuren Bayarsaikhan
are you guys working on it?. Should I wait ?
[29 May 2020 14:06]
MySQL Verification Team
You don't need to create a new bug report, since this is already verified. You need to wait for development to work on it and there is no ETA for fix/release.
[21 Sep 2020 18:17]
Omer Barnir
Product under sustaining support