Thomas Fox created TORQUE-332:
---------------------------------

             Summary: Criteria.addJoin(String, String, Criteria) does not honor 
default schema
                 Key: TORQUE-332
                 URL: https://issues.apache.org/jira/browse/TORQUE-332
             Project: Torque
          Issue Type: Bug
          Components: Runtime
    Affects Versions: 4.0
            Reporter: Thomas Fox
            Assignee: Thomas Fox
             Fix For: 4.1


Situation: A Default schema is set in Torque, i.e. all Table names should be 
prefixed with a schema name. 
A Criteria is created, using the Criteria.addJoin(String, String, Criteria), 
where at least one of the Strings is an unqualified table name.

Current behaviour: The unqualified table names are retained in the SQL created 
from the criteria.

Desired behaviour: The unqualified table names should be prefixed with the 
schema prefix




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to