doSelectJoinYYY in Oracle fails with limit/offset and same column names
------------------------------------------------------------------------
Key: TORQUE-10
URL: http://issues.apache.org/jira/browse/TORQUE-10
Project: Torque
Type: Bug
Components: Runtime
Versions: 3.2
Environment: Oracle
Reporter: Thomas Fischer
Reported by Bouvet Konsulent: If a criteria with a limit or Offset is used in
XXXPeer.doSelectJoinYYY(Criteria), and the Tables XXX and YYY have columns with
same names, the method fails with a ORA-00918: column ambiguously defined.
This is because the "select *" from the limit/offset query clashes with the two
same names in the inner select clause.
--
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]