Is it very easy to specify a char column for a primary key in a symfony table/object?
Actually, it's probably easy to do, BUT will Symfony choke on acually USING it? Do I have to provide a hook for 'NEXT value', 'LAST value' somewhere in the mix? One alternative is to have the usual integer primary key but call the other one something like 'display_id'. Howver, that won't help in the long run when doing replication and distributed applications. Any tips here? Dennis Gearon Signature Warning ---------------- It is always a good idea to learn from your own mistakes. It is usually a better idea to learn from others’ mistakes, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. -- 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 [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
