Michael Bayer wrote:
ive heard of this one already, which is why the option is turned off.
unfortunately I cant reproduce that here, so until someone wants to figure out whats going on with that, not sure what I can do.


After some tries, I see that is I wrote (very bad code line):

cursor.cursor.fetchone()
at line 553 at engine/base.py, all work.

with a:
print "cur descr bef", cursor.description
cursor.cursor.fetchone()
print "after", cursor.descriptio

cur descr bef
>>> None after (('col1', 25, 10, -1, None, None, None), ...
end so on


Michele

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to