Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disallow wildcard pull #8

Open
robertluo opened this issue Nov 3, 2020 · 0 comments
Open

disallow wildcard pull #8

robertluo opened this issue Nov 3, 2020 · 0 comments

Comments

@robertluo
Copy link
Collaborator

robertluo commented Nov 3, 2020

Sometimes data would not be allowed to pull especially for remote pulling, like a map value in data, on current implementation, you could pull from

{:a {:b 3, :c :foo}} using only :a, and the whole map will be returned, which is not good if some of the values are internal, not intended to expose. The data owner might only want user to pull some specified keys (or forbidden some keys). For example, {:a [:b]} should be OK, but :a will not allowed. In this example, the query :a will return differently for using it directly and using it inside a join.

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

No branches or pull requests

1 participant