Django Backend-neutral DictCursor

Posted by pyrony on Stack Overflow See other posts from Stack Overflow or by pyrony
Published on 2010-04-20T22:00:32Z Indexed on 2010/04/20 22:03 UTC
Read the original article Hit count: 124

Filed under:
|
|
|
|

Is there any way to get a backend-neutral dictionary cursor in Django? This would be a cursor that is a dict rather than a tuple. I am stuck using Oracle.

in Python's MySQLDb module it's called a DictCursor..

© Stack Overflow or respective owner

Related posts about django

Related posts about dict