[pygr-notify] Issue 99 in pygr: SQLTable.itervalues() can be interrupted by other queries

codesite-noreply at google.com codesite-noreply at google.com
Mon Jun 22 01:42:42 PDT 2009


Comment #2 on issue 99 by cjlee112: SQLTable.itervalues() can be  
interrupted by other queries
http://code.google.com/p/pygr/issues/detail?id=99

Hi Kenny,
by the way, to test this, the SQLTable for the sliceDB must have been  
created with
the serverInfo argument (instead of the cursor argument).  This enables the  
SQLTable
to create a new cursor object for the iterator, to isolate it from other  
queries
performed against the same table.

-- Chris

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list