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