[Zope] Double quote in ZSQL Method

Andrew Milton akm at theinternet.com.au
Mon Feb 20 17:59:07 EST 2006


+-------[ Jason C. Leach ]----------------------
| Hi,
| 
| In a ZSQL Method, I have tablename.<dtml-sqlvar species type="string">
| and I get tablename.'species_value', what I need is
| tablename."species_value".  Any idea how I can get Zope/ZSQL to not
| put in the single quotes (or use double quotes)?
| 

tablename.<dtml-var species>

Don't use sqlvar except for things you want quoted.. use dtml-var

-- 
Andrew Milton
akm at theinternet.com.au


More information about the Zope mailing list