Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1, 6.0.X EE
-
Component/s: DM, DM > Document Library Display, Legacy > Control Panel menu
-
Labels:None
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Using TEXT column for extraSettings cause problems in Oracle when using the column in string comparation.
For example: using this query
SELECT COUNT(DISTINCT DLFileEntry.fileEntryId) AS COUNT_VALUE FROM DLFileEntry, DLFileVersion WHERE (CAST_TEXT(DLFileEntry.extraSettings) != '') OR ( (DLFileVersion.fileEntryId = DLFileEntry.fileEntryId) AND (CAST_TEXT(DLFileVersion.extraSettings) != '') )
will cause an error in Oracle because we are comparing CLOB with String

Committed on:
6.1.x Revision: 94396.
6.0.x Revision: 94435.