| Summary: | Generated SQL statement for open rs from ds for aCust using(aCust.CUSTOMER_ID) is not correct | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Zhi Zhu <zhuzhi> |
| Component: | EDT | Assignee: | Joseph Vincens <jvincens> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jspadea, pharmon, yuhaodl |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
fixed close it |
The generated SQW for statement: open rs from ds for aCust using(aCust.CUSTOMER_ID); is: SELECT CUSTOMER_ID, RTRIM(FIRST_NAME), RTRIM(LAST_NAME), RTRIM(PASSWORD), RTRIM(PHONE), RTRIM(EMAIL_ADDRESS), RTRIM(STREET), RTRIM(APARTMENT), RTRIM(CITY), RTRIM(STATE), RTRIM(POSTALCODE), RTRIM(DIRECTIONS) FROM CUSTOMER" aCust definition: record CUSTOMER type Entity{@table{name = "CUSTOMER"}} CUSTOMER_ID int{@id}; FIRST_NAME string?; LAST_NAME string?; PASSWORD string?; PHONE string?; EMAIL_ADDRESS string?; STREET string?; APARTMENT string?; CITY string?; STATE string?; POSTALCODE string?; DIRECTIONS string?; end no where clause in this case