[Zope] Changing of the SQL guard
Dieter Maurer
dieter@handshake.de
Tue, 8 May 2001 20:59:37 +0200 (CEST)
Paul Zwarts writes:
> ...
> The problem I'm faced with is that I have to reidentify all
> of the connections that each ZSQL method addresses to the adapter. Instead
> of manually changing each one (which are too many to count), is there a way
> I can do them all at once?
I am not sure what you want to achieve.
If you want to change the ZSQL connection id's,
you could use an external method together with
"ZopeFind" (--> ZQR).
"ZopeFind" would return a list of all Z SQL methods.
You would apply
your external method to each such object.
The method would set "connection_id" to
a new id.
Dieter