Bug 1078277
| Summary: | Unable to use table and function from different source models in one expression | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Filip Elias <felias> | ||||||
| Component: | Teiid | Assignee: | Van Halbert <vhalbert> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.0.0 | CC: | atangrin, vhalbert | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 6.1.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: |
DV 6.0
|
|||||||
| Last Closed: | 2014-03-24 15:07:15 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 876366 [details]
Server log with the exception
|
Created attachment 876364 [details] Sample vdb Description of problem: Exception is thrown when SQL request contains table from model A and function from model B in one expression(condition). This fails: select a.id from modelA.mysql.functionTest a where a.value=modelB.testBool(); This fails too: select modelB.testBool(); Exception and sample vdb is in the attachment.