Bug 1144402
| Summary: | Using VARIABLES.ROWCOUNT in update procedure causes validation error | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Andrej Smigala <asmigala> |
| Component: | Tooling | Assignee: | Andrej Smigala <asmigala> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | anmahaja, atangrin, blafond, felias, vhalbert |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The application throws a validation error, when a user try to retrieve the number of affected rows using the VARIABLES.ROWCOUNT variable in the Update, Insert and Delete procedure of a view table.
This behaviour persists in JBoss Data Virtualization 6.1.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-17 18:07:09 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: | |||
Andrej, can you attach some artifact/info to this BZ? Model project Set, View model, data source info, etc... Thx Barry LaFond <blafond> updated the status of jira TEIIDDES-2345 to Resolved Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2345 to Closed |
Trying to get the number of affected rows in the update/insert/delete procedure of a view table by using the VARIABLES.ROWCOUNT variable causes the following error: ERROR: TEIID31118 Element "VARIABLES.ROWCOUNT" is not defined by any relevant group.