Hi all, unfortunately, MySQL VARCHAR columns are not case-sensitive by default. To make them case-sensitive, columns need to be defined like this:
'mycolumns' VARCHAR(16) BINARY I couldn't find a way to define this in my schema. Is there any way at all to define VARCHAR columns like this in Propel, or do I need to edit my generated SQL and insert it manually? Is there an option to do this in Doctrine? Thanks, Andreas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
