Re: [Zope] Re: ZSQL Bug in 2.1.6 [patch]

2000-06-08 Thread Rik Hoekstra


>
>The zope list ([EMAIL PROTECTED]) 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 ?
>
>If so, you want:
>
>
>If you're doing that already, I can't help you, it's probably a bug :/


Hm I'm afraid Phill was bitten by the SQLMethod only accepting named
parameters and fiddling with the namespace in ways I now can't remember.
Perhaps your solution helps, though

hth

Rik


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Re: ZSQL Bug in 2.1.6 [patch]

2000-06-08 Thread Chris Withers

Phill,

The zope list ([EMAIL PROTECTED]) 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 ?

If so, you want:


If you're doing that already, I can't help you, it's probably a bug :/

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )