Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Fixed
-
Platform 1.11.0, Platform 1.12.0
-
None
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.