When you use Criteria.addIn, Torque does not generate a prepared statement. (Or at least it doesn't use bind variables for the "in" part, even if it does for other parts of the query.)
Is there a way to get Torque to use bind variables for this? Without having to convert the query into a bunch of "or"s? Raul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
