[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-checkins
Subject:    [Monetdb-checkins] clients/src/python/monetdb/sql cursors.py, , 1.26,
From:       Gijs Molenaar <gijzelaerr () users ! sourceforge ! net>
Date:       2010-04-23 12:25:42
Message-ID: E1O5Hx0-00080B-GT () sfp-cvsdas-4 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/monetdb/clients/src/python/monetdb/sql
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv30755/sql

Modified Files:
	cursors.py 
Log Message:
increased default arraysize to 100, 1 is quite useless

Index: cursors.py
===================================================================
RCS file: /cvsroot/monetdb/clients/src/python/monetdb/sql/cursors.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cursors.py	7 Jan 2010 15:24:18 -0000	1.26
+++ cursors.py	23 Apr 2010 12:25:40 -0000	1.27
@@ -46,7 +46,7 @@
 
         """This read/write attribute specifies the number of rows to
         fetch at a time with .fetchmany()"""
-        self.arraysize = 1
+        self.arraysize = 100
 
 
         """This read-only attribute specifies the number of rows that


------------------------------------------------------------------------------
_______________________________________________
Monetdb-checkins mailing list
Monetdb-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic