Hello,
is there a way to get a dictcursor from Django when using custom MySQL?
from django.db import connection
cursor = connection.cursor()
cursor.execute("SELECT [...]")
cursor.fetchall()
The above fetchall returns a tuple, while i need a dict, like it is built with
MySQLdb.cursors.DictCursor(db).
Best Regards,
Dirk Eschler
--
Dirk Eschler <mailto:[EMAIL PROTECTED]>
http://www.krusader.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---