You can view the issue detail at the following URL:
<http://nagoya.apache.org/scarab/issues/id/TRQS55>
Type : Enhancement
Issue Id : TRQS55
Reported by: John McNally
jmcnally - ([EMAIL PROTECTED])
Details:
Summary: handle empty sets for IN and NOT IN sql fragments
Description: torque will generate bad sql if passed an empty array for a IN or NOT IN
sql criteria. You can avoid this by checking the array size and coding around it
appropriately, but it would be nice if torque would do the right thing.
In the NOT IN case, the sql fragment can be dropped.
For IN, the (sub)expression is always false.
Status: New
Priority: Low
--
To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>