Carl Karsten wrote: > def execute(self, sql, params=(), _fromRequery=False): > """ Execute the sql, and populate the DataSet if it is a select statement.""" > # The idea here is to let the super class do the actual work in > # retrieving the data. However, many cursor classes can only return > # row information as a list, not as a dictionary. This method will > # detect that, and convert the results to a dictionary. > > #### NOTE: NEEDS TO BE TESTED THOROUGHLY!!!! #### > > Anyone mind if I remove #### NOTE ?
No, although it always gives me little chuckle when I see it. :)
-- pkm ~ http://paulmcnett.com
©2007 Paul McNett |