On Sep 17, 2007, at 1:45 PM, Paul McNett wrote:
> Seems to me we never need to call storeFieldTypes for AuxCursor.
> Ed, do
> you see anything wrong with that thinking?
Here's the code from dCursorMixin:
if self._newStructure(sql):
self._storeFieldTypes()
The _newStructure method starts with the following:
def _newStructure(self, sql):
if self._isAuxiliary:
return False
So my guess is that the temp cursor is not being marked as an
AuxCursor.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]