Details
-
Type:
Bug
-
Status: Closed
-
Priority:
TBD
-
Resolution: Fixed
-
Affects Version/s: Platform 1.11.0, Platform 1.12.0
-
Fix Version/s: Platform 1.11.9, Platform 1.12.1
-
Component/s: None
-
Labels:
Description
Line # 177-178 read:
q.append(" order by pname.givenName asc,").append(" pname.middleName asc,").append(" pname.familyName asc").append(" pname.familyName2 asc");
There should be a comma at the end of "familyName asc" clause to avoid SQL Syntax error. Interestingly, this issue doesn't exist in master, I just saw it in 1.11x.