On 10/15/2011 1:24 AM, Matthieu Michaud wrote:
  *     @ORM\Index(name="user_index_username", columns="username"),
  *     @ORM\Index(name="user_index_email", columns="email")

Loosely replying to self. Above doesn't work but below does :

@ORM\Index(name="user_index_username", columns="{username}"),
@ORM\Index(name="user_index_email", columns="{email}")

(curly braces added)

Problem is in Doctrine2 (type mapping, parse error handling... ?)
Sorry for the noise, I'll report it to Doctrine2 devs.

--
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

Reply via email to