On 16 mai 2013, at 09:29, VernonCole <[email protected]> wrote: > What is the feeling of this group? Should I maintain my activism that %s > 'format' paramstyle be maintained into the future? Or should I be helping > the django community to prepare for a new future where one must (or may?) > choose between a parameter list with "?" or a parameter mapping with > ":paramname"? Personally, I do not really like the '%s' style would be happy > if it goes away. What do you think?
The consequences for Django sound rather benign to me. I wouldn't worry too much. If there's a new version of the DB API that standardize parameter style, I'll most likely advocate following it. I also dislike the '%s' style because it interacts badly with string interpolation as soon as you try displaying the query, for instance in DebugCursorWrapper. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
