hello tim,

i don't know why writing to the DB failed on your side, but it works
very well here, and it already did with version 1.1.6.

can you still reproduce this part of the bug?

about the other (reading fails), have you already tried fetchall().
the idea of fetchmany is to fetch some, but not all entries from the
SELECT.

apart from that there seems to be a problem with fetchmany(). for me the
first time it doesn't print any field, for the second time one, for the
third time both, and then only no fields: (('',),)

andy, do you know this problem? can you reproduce the bug? even without
a parameter, fetchmany() gives different output. documentation says that
fetchmany() uses cursor.arraysize as default, and this variable doesn't
change all the time.

please check this bug. you can find the report at
http://bugs.debian.org/301419

bye
 jonas



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to