[ 
https://issues.apache.org/jira/browse/TORQUE-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fox closed TORQUE-176.
-----------------------------

    
> Avoid additional brackets in sql if many same operators are chained
> -------------------------------------------------------------------
>
>                 Key: TORQUE-176
>                 URL: https://issues.apache.org/jira/browse/TORQUE-176
>             Project: Torque
>          Issue Type: Improvement
>            Reporter: Thomas Fox
>            Assignee: Thomas Fox
>             Fix For: 4.0-beta1
>
>
> Currently, if I have
> criterion.and(condition1).and(condition2).and(condition3)
> the sql output will look like
> ((condition1 and condition2) and condition3)
> Instead the sql output should look like
> (condition1 and condition2 and condition3)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to