Anthony Tuininga eb18c5d52d Added attribute cursor.rowfactory which allows a method to be called for each
row that would be returned; this is about 20% faster than calling the method
in Python instead using the idiom [method(*r) for r in cursor].
2007-07-04 16:57:36 +00:00
..