[Zope-DB] ZSQL dictionaries method

Dieter Maurer dieter@handshake.de
Sat, 24 Nov 2001 19:57:58 +0100


Brett Haydon writes:
 > I'm using Zope 2.5 + ZODBC on Win2000
 > 
 > azsqlmethod.names() works and so does data_dictionary()
 > but dictionaries() just brings up an error instead of a
 > list of dictionaries.
There are two kinds of "Results" objects: one with a "dictionaries"
method and one without. For unknown reasons, ZODBC uses the one
without.

This, probably, is a bug. There should not be two independent
implementations for "Results" (but they should share most
methods, such as e.g. "dictionaries").
Can you put it into the "Collector"?


Dieter