[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

MySQLdb and DictCursor

Frank Aune

1/22/2008 12:18:00 PM

Hi,

Im using a MySQLdb connection with a DictCursor, and to me it seems the
wrapping to dictionaries only prepend column names when there is an actual
conflict in the keywords.

I would like the cursor to always prepend table names no matter what. Is this
possible?

Thanks,
-Frank