21 Feb
2006
21 Feb
'06
10:38 a.m.
Jason C. Leach 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)?
<dtml-var species sql_quote> JL.