Hi, You are not supposed to change manually the id. Doctrine manages it for you. It will update the id when you fetch data or persist/flush, for instance.
Regards, Daniel On Sat, Apr 30, 2011 at 4:16 AM, A A <kaupa...@gmail.com> wrote: > You should determine entity by finding it first ($entity = > $entityManager->findOneById($id)), then set other fields to update. You > can't set it an id and then save(update) it. > > 2011/4/30 sergio <sergio.pe...@albatronic.com> >> >> Regarding doctrine:generate:entities... I wonder why it don't generate the >> setId() method in the entities files? >> Enviado desde mi dispositivo BlackBerry® >> >> -- >> 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 users" group. >> To post to this group, send email to symfony-users@googlegroups.com >> To unsubscribe from this group, send email to >> symfony-users+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/symfony-users?hl=en > > > > -- > С уважением, > Александр Каупанин. > > > -- > 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 users" group. > To post to this group, send email to symfony-users@googlegroups.com > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- 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 users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en