Paul McNett wrote: > johnf wrote: >> A new clue. I believe that Dabo is calling getFields 1586 times. At least >> the postgres log is showing pages and pages of that request. > > Ok, so what is calling getFields().
Here are all the mentions of getFields(), but not the actual function definition(s): > pmcn...@lin:~/dabo/dabo$ grep -n getFields\(\) biz/*.py > biz/dBizobj.py:796: flds = self._CurrentCursor.getFields() > pmcn...@lin:~/dabo/dabo$ grep -n getFields\(\) db/*.py > db/dBackend.py:182: See dCursorMixin.getFields() for a description > of the return value. > db/dBackend.py:482: standard_fields = cursor.getFields() > db/dBackend.py:491: # Only override what > was in FieldStructure if getFields() gave better info. > db/dbOracle.py:81: print "dbOracle.getFields(): ", tableName > db/dCursorMixin.py:52: # Holds the result of getFields() for > each table/sql combination. > db/dCursorMixin.py:865: flds = self.getFields() I'd put my money on the one in dBizobj.py, but I haven't looked at it. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
