Comment 1 for bug 948063

Revision history for this message
Stephen Thorne (jerub) wrote :

Hi, I just had a look at this problem.

What are you expecting here? If you call executemany() with a select query, you're selecting data and throwing it away immediately..

This error message is saying you've not looked at your result set before doing another query.