>> 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




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to