AFAIK this should work in 1.2, but not 1.1
On Jun 1, 2006, at 2:41 PM, Jeff de Vries wrote:
I want the following: " ... WHERE type IN ($types) ..." to expand into: "... WHERE type IN (1,2,3,4) ..."If I pass in a Collection as the value of the parameter "types" in the parameter map for SQLTemplate, will it do what I want? Is there a way?Thanks, Jeff de Vries
