Re: Does SQLTemplate support Collection parameters?

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Thu Jun 01 2006 - 23:24:38 EDT

  • Next message: Tomi NA: "modeler, RC1 - misc. feedback"

    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
    >
    >



    This archive was generated by hypermail 2.0.0 : Thu Jun 01 2006 - 23:25:07 EDT