You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Scott Eade (JIRA)" <ji...@apache.org> on 2006/06/20 06:01:30 UTC

[jira] Updated: (TORQUE-33) Order By Clauses with non function operands fail

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

Scott Eade updated TORQUE-33:
-----------------------------

    Attachment: patch.txt

> Order By Clauses with non function operands fail
> ------------------------------------------------
>
>          Key: TORQUE-33
>          URL: http://issues.apache.org/jira/browse/TORQUE-33
>      Project: Torque
>         Type: Bug

>   Components: Runtime
>  Environment: Any.
>     Reporter: Scott Eade
>  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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org