There a cast to String but it does not work if the field is an integer. Actually it only works with string.
It should be better with something like :
String loginValue = (normalizedUserMap.get(loginColumnName) == null) ? "" : String.valueOf(normalizedUserMap.get(loginColumnName));
This is the whole source file corrected is attachment . This is wonderful
[UD-133] An error occured during synchronization when the database contains integer
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Patch available [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: In Progress [ 3 ] | New: Patch available [ 10005 ] |
Assignee | Original: Loïc Bouchet [ lbouchet ] | New: Raphaël Franchet [ raphael ] |
Assignee | New: Loïc Bouchet [ lbouchet ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Sprint | New: 4.2 M5 [ 22 ] |
Fix Version/s | New: 2.1.3 [ 14607 ] | |
Fix Version/s | New: 2.2.0 [ 14439 ] |