Comment 1 for bug 501168

Revision history for this message
Chad Miller (cmiller) wrote :

Yeah, db.get_record() gets one of our Record, but get_records() is a lazy iter of Row objects.

I suppose I could make a iter-consumer, and provider that wraps the Row with the same interface as Record, namely .record_id and .record_type. How does that sound?