Re: ZSQL Bug in 2.1.6 [patch]
8 Jun
2000
8 Jun
'00
11:24 a.m.
Phill, The zope list (zope@zope.org) is great for this sort of question ;-) Phill Hugo wrote:
Sorry to bother you. I've a quick question regarding acqusition in ZSQL methods. When I pass args the method ignores the REQUEST stuff unless I specify it in the args list. Is there a way to pass one arg specifically while allowing the others to be seen in the aquired namespace?
So you're calling <dtml-in "SQLMethod(parm='something')">? If so, you want: <dtml-in "SQLMethod(_.None,_,parm='something')"> If you're doing that already, I can't help you, it's probably a bug :/ cheers, Chris
9433
Age (days ago)
9433
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Withers