Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.4.5
-
None
-
None
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
When calling ChangeRequestStorageManager.countChangeRequests(false), DefaultChangeRequestStorageManager.getAllChangeRequestQueryStatement(false) is called, the following line then produces an extraneous comma before where:
statement = String.format(", BaseObject as obj , StringProperty as obj_status, " + "where doc.fullName=obj.name and obj.className='%s' ", this.entityReferenceSerializer.serialize(CHANGE_REQUEST_XCLASS));
Which in turns causes an HQL Syntax error.