[ http://issues.apache.org/jira/browse/TORQUE-33?page=all ]

Thomas Vandahl closed TORQUE-33.
--------------------------------


> Order By Clauses with non function operands fail
> ------------------------------------------------
>
>                 Key: TORQUE-33
>                 URL: http://issues.apache.org/jira/browse/TORQUE-33
>             Project: Torque
>          Issue Type: Bug
>          Components: Runtime
>    Affects Versions: 3.2
>         Environment: Any.
>            Reporter: Scott Eade
>         Assigned To: Thomas Fischer
>             Fix For: 3.3
>
>         Attachments: patch.txt
>
>
> Many types of order by clauses no longer work
> in 3.2-rc1, they worked fine in 3.1.1 .  For example:
> ORDER BY table.column < 100
> ORDER BY table.column IN (1, 2, 3)
> ORDER BY 100 > table.column
> The cause of this is the new 
> SQLBuilder.removeSQLFunction()
> which only removes takes table.column name from inside parens.
> Migrated Scarab issue raised by Jacob Champlin (jchamplin at emocorp dot com)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
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