Fix for ALF-19793 4,2HQ: Some queries on cmis:objectId gives wrong results

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55403 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2013-09-17 13:02:14 +00:00
parent 9de2232d63
commit add09c4f87
2 changed files with 24 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ public class DBNotEquals extends NotEquals implements DBQueryBuilderComponent
{
UUIDSupport uuidSupport = new UUIDSupport();
uuidSupport.setCommandType(DBQueryBuilderPredicatePartCommandType.NOTEQUALS);
uuidSupport.setUuid((String)staticValue);
uuidSupport.setUuid(DBQuery.getUUID((String)staticValue));
builderSupport = uuidSupport;
}
else if (getPropertyName().equals(PropertyIds.OBJECT_TYPE_ID))