Re: [Zope] Changing of the SQL guard
8 May
2001
8 May
'01
6:59 p.m.
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
9099
Age (days ago)
9099
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer