Re: Passing dictionary to SQL queries

2006-04-20 Thread Adrian Holovaty
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

Passing dictionary to SQL queries

2006-04-15 Thread Ian Clelland
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