Skip to content

Cursor should implement __iter__ #33

@hashhar

Description

@hashhar

The Cursor class in dbapi.py doesn't implement __iter__ today meaning that code like csv_writer.writerows(cursor) or anything that tries to loop over the Cursor will not work.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions