joins should support join operators other than equal
-----------------------------------------------------
Key: TORQUE-7
URL: http://issues.apache.org/jira/browse/TORQUE-7
Project: Torque
Type: Improvement
Versions: 3.2, 3.1.1, 3.1, 3.0
Reporter: Thomas Fischer
Priority: Minor
At the moment, it is not possible to create joins like
select * from book,author where book.author_id <> author.author_id;
The most flexibe thing was if one could create a join using a criteria object.
This issue corresponds to Scarab issue TRQS258.
--
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]