From: masayuki.takagi <kam...@gm...> - 2008-03-21 09:58:38
|
>> 2. queryAll fetches the results by calling DB API cursor.fetchall >> (). To >> make queryAll a generator one must rewrite the method to at least >> to use >> cursor.fetchmany(). > > I will accept patches for the trunk. i have tried MySQLdb.cursors.SSCursor instead of the default Cursor that SQLObject use, and i can fetch the results row by row. i will try to use cursur.fetchmany() too. -- masayuki takagi |