Description
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, Criterion, JoinType) method, 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