On 4/15/06, Ian Clelland <[EMAIL PROTECTED]> wrote: > It appears that the CursorDebugWrapper class will allow a tuple to be > passed in as parameters to a SQL query, but will not allow a > dictionary. Since dictionaries are alllowable parameters when the > underlying database supports pyformat params, should the DebugWrapper > be able to support them as well?
Sure, I see no reason why not. Good call! Feel free to make up a patch and submit it in the ticket system. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-developers -~----------~----~----~----~------~----~------~--~---
