Hello, For some DB reasons we have in our design set that in some places an empty fk is represented with an record 0 instead of a null ( to be part of the unique index, and other things)... but with the last doctrine update we have problems with some code like in unitOfWork : smth like :
if(! $id) dosmth(); but this fail because id is 0... is there a way to bypass this without always patching doctrine (i'm afraid there is other place where it could fail) i use sf 1.4.4 dev -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en To unsubscribe from this group, send email to symfony-devs+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
