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
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]