commit | fefd92d08bb444c5139731b5cf1c91e48d68a18b | [log] [tgz] |
---|---|---|
author | Brian Payton <bpayton@us.ibm.com> | Tue Jun 05 18:18:36 2012 -0700 |
committer | Brian Payton <bpayton@us.ibm.com> | Tue Jun 05 18:18:36 2012 -0700 |
tree | e5f9d4a039294bb9a59d3c53460127dabda70104 | |
parent | 2d629fffe4ce95102258ae6985c1aca1448e2a07 [diff] |
[376359] Prevent invalid column qualification Modified the resolveColumnTableReference method in the TableHelper class of the plugin o.e.d.modelbase.sql.query to check if the table reference found for a column is actually the "query select" that contains the column and don't set it in that case. (That table reference is out of scope for the column.)