"Joseph Tate" <[EMAIL PROTECTED]> writes: > Tim Lesher wrote: >> I have the same issue. Adding appropriate validators took care of the >> problem. > > I tried this, but the identity framework is executed before the > validators, so my sql query matching on 'WHERE user_name="%s"' % > user_name is still using the 16bit character string.
I haven't thought about the implications of it, but have you thought about reversing your decorators order? -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

