Re: [Zope-dev] sql_quote problem?

2001-03-22 Thread Casey Duncan
Chris Withers wrote: > > Casey Duncan wrote: > > > > sql_quote. So the output SQL of the two respective examples you gave > > would be: > > > > SELECT * from x WHERE y='value' > > > > SELECT * from x WHERE y=value > > Okay, so is broken? ;-) > > cheers, > > Chris No, that behavior is intenti

Re: [Zope-dev] sql_quote problem?

2001-03-22 Thread Chris Withers
Casey Duncan wrote: > > sql_quote. So the output SQL of the two respective examples you gave > would be: > > SELECT * from x WHERE y='value' > > SELECT * from x WHERE y=value Okay, so is broken? ;-) cheers, Chris ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] sql_quote problem?

2001-03-22 Thread Casey Duncan
Chris Withers wrote: > > Hi, > > When I do the following in a ZSQL Method: > SELECT * from x WHERE y= > > it works fine, however, when I do: > SELECT * from x WHERE y= > > I get: > > exceptions.AttributeError > > Traceback (innermost last): > File /usr/zope/zope-2_3_1b3/lib/pyth