Sunday, March 11, 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.
Regards

No comments:

Post a Comment