Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CM8.4.0.3
-
Fix Version/s: CM8.4.1.201203
-
Component/s: CUBRID Manager
-
Labels:
-
Environment:
CM8.4.1.0012
-
Fix Build Number:RB-8.4.1.1xxx
Description
1 create one DB
create table a(i int,ch char(10));
insert into a values(1,'a'),(2,'b'),(3,'c'),(4,'d'),(2,'b'),(2,'b'),(2,'b')
2 right click a, choose View Data\select by read file
choose the attachment csv file.
change thread count to 1
click execute
Actual result
It will pop error, please see the attachment.
Additional
Change the charset to another charset, it cannot select.
i think the bug is in the process reading of CSV file. maybe regard the CharSet as the cell unit value in error.
i'm going to trace the source code, solve it.