Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Consider inline perspectives in statements that the source is a variable #10

Open
javadch opened this issue Jan 13, 2015 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@javadch
Copy link
Owner

javadch commented Jan 13, 2015

In statements that the source clause is a variable, the result set perspective is automatically set to the source perspective. This does not work with the inline perspective. In this case, the inline perspective should be considered as the perspective of the target clause and naturally the result set, too.

@javadch javadch added the bug label Jan 13, 2015
@javadch javadch self-assigned this Jan 13, 2015
@javadch javadch added this to the 2015-Q1 milestone Jan 13, 2015
@javadch
Copy link
Owner Author

javadch commented Feb 1, 2015

Also this case should be supported:
SELECT inline att1 FROM var1 into var2
in that att1 is one of the attributes of the var1's perspective. When executed, the var2's perspective has just att1 as its attribute.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant