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

Work out different queries for 'getting one value' and 'getting all values' #1

Open
albertmeronyo opened this issue Jun 16, 2016 · 1 comment

Comments

@albertmeronyo
Copy link
Member

albertmeronyo commented Jun 16, 2016

Now grlc supports dropdown lists for possible parameter values.
Howerever, sometimes users don't want to specify one single value for these parameters, but all of them.
This would imply mad-overkill query rewriting if done via parameters, so best solution is to write two types of queries:

  • One using parameters to fix one value
  • One using VALUES(?x IN (?v1, ... , ?vn)) to specify several (possibly all) values
@albertmeronyo
Copy link
Member Author

@AshkanA This is related to CLARIAH/grlc#13

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