Tuesday, March 13, 2012

Re: Using DictCursors


Hi,
I am using sdk 1.6.3 on python 2.7
I checked the file rdbms.py and saw the implementation of use_dict_cursor. however
when i try to use it I get an exception
Usage:
conn = rdbms.connect(...)
cursor = conn.cursor(use_dict_cursor=True)
Exception:
cursor() got an unexpected keyword argument 'use_dict_cursor'
I guess its not usable yet.

The code is there and the tests pass for us.  Can you give us more information?  A simple, complete app to reproduce the error would be helpful.

Thanks,
Ken

Regards

No comments:

Post a Comment