Seeing the lack of interest our problem seems to raise, I guess that either no one cares at all or no one ever used the intersecting fields on a many to many relationship with ZF (makes me wonder which one is the worst case scenario).

Jurian Sluiman wrote:
I came upon this issue as well. I have a table users (id, name, passwd), profile_fields (id, name) and profile_field_values which is an intersecting table (user_id, field_id, value).

Now all my values of profile fields are lost. Apparently no unit test provides this use case so the BC break wasn't noticed? How am I able to have my profile fields back?

Thanks,
Jurian

Reply via email to