thanks for the reply anakreon... will work on it today :)

On 4/23/07, anakreon <[EMAIL PROTECTED]> wrote:
>
>
> Primary keys should not be updated.
>
> Perhaps you should change the DB schema.
> I would add an autoincrement PK and set the username unique.
>
> The advantage of having an int as PK is that if other tables refer
> to the user they need to store an int instead of a varchar. Also
> search
> and joins should be faster.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to