[Zope-Checkins] CVS: Zope2 - DA.py:1.86

Brian Lloyd brian@digicool.com
Tue, 23 May 2000 15:20:20 -0400


Update of /cvs-repository/Zope2/lib/python/Shared/DC/ZRDB
In directory korak.digicool.com:/home/brian/temp/zope22/lib/python/Shared/DC/ZRDB

Modified Files:
	DA.py 
Log Message:
Added fix for bug #1130: query template executed twice when a query is 
run from the "test" tab, leading to Bad Things in some cases. The 
manage_test method has been changed so that it no longer calls the 
SQLMethod object once just to get the query source and then again to 
get the results. Now, when __call__ is called with the test__ flag 
set, it will return a tuple containing the query source and results.