Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CM8.4.1.201210
-
Fix Version/s: CM8.4.3.201211
-
Component/s: CUBRID Manager
-
Environment:
CM8.4.1.2371
Description
1 create one table:
CREATE TABLE "speci"(
"cha" character(90),
"var" character varying(90),
"id" integer
);
2 Import the sql in attachment.
Actual result:
A BBB
Expect result:
A
BBB
Issue Links
- relates to
-
TOOLS-2152
Didn't be shown increasing data import progress value over 1000 on Import Wizard with SQL schema and data is not sama as origin value.
-
The data is right ,but in UI, they seems like there no line feed.