This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author atuining
Recipients atuining, loewis, terry.reedy, tim.golden
Date 2012-03-12.17:52:23
SpamBayes Score 0.0048871944
Marked as misclassified No
Message-id <1331574744.19.0.703917878082.issue1102@psf.upfronthosting.co.za>
In-reply-to
Content
All, I have trimmed this patch down to the bare minimum required to solve this problem. Please review this as I would dearly love to have this committed. The error received without this patch is

MSIError: unknown error 103

This occurs when there are no more records to fetch from the view. The patch simply returns None when there are no more records to fetch -- similar to what is done by the DB API.
History
Date User Action Args
2012-03-12 17:52:24atuiningsetrecipients: + atuining, loewis, terry.reedy, tim.golden
2012-03-12 17:52:24atuiningsetmessageid: <1331574744.19.0.703917878082.issue1102@psf.upfronthosting.co.za>
2012-03-12 17:52:23atuininglinkissue1102 messages
2012-03-12 17:52:23atuiningcreate