Closed gedion closed 8 years ago
because there is still a possibility that the derived column may not be unique
My colleague has convinced me that though slim, it's possible that a combination of choicegroup_options id and groups_members id may not be unique when concatenated
example: row 1 Optionid =1 memberid = 12 concat uniqueid = 112 row 2 optionid = 11 memberid = 2 concat uniqueid = 112
As you can see we end up with same rows ids that are not unique.
Thanks !
By the way, could you have a look at #98 ? Some fatal error seems to have arisen from your first PR.
because there is still a possibility that the derived column may not be unique
My colleague has convinced me that though slim, it's possible that a combination of choicegroup_options id and groups_members id may not be unique when concatenated
example: row 1 Optionid =1 memberid = 12 concat uniqueid = 112 row 2 optionid = 11 memberid = 2 concat uniqueid = 112
As you can see we end up with same rows ids that are not unique.