Community
Participate
Working Groups
Created attachment 205356 [details] test program for defect This variation came from Tim. The "get scalar list from ds" should not require the variables in the list to be in an annotated record or entity. See attached test program.
Created attachment 205357 [details] Library to load database for test
I talked to Tim if a non entity variables are used a WITH clause must be used. We need to decide if some variables are non entity or if the variables point to multiple entities which map to different tables What does validation and generation do for the following -some variables are non entity -if the variables point to multiple entities which map to different tables Variables need to be validated that they are primitive types. If there are multiple or no entities represented in the variables list then a WITH clause must be specified. Are there other ambiguous situations? After validation changes are made reassign the defect back to me so I can test the gen/run.
Validation now allows primitives that are not within an entity type. If the targets do not map to a single table, then the FOR clause must be used for ADD, or the WITH clause must be used for GET.
fixed
Closed and verified