Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
-
None
Description
the function AssignColEntry in file core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp:
cliRC = cliInterface->getAttributes(1, TRUE, fsDatatype, length,
&indOffset, &varOffset);
cliRC = cliInterface->getAttributes(entry, TRUE, fsDatatype, length,
&indOffset, &varOffset);
there are two cliInterface->getAttributes():, and the first is redundant.
Attachments
Issue Links
- links to