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

Support for simple_query_string in SQL with required parameters only #58

Conversation

MaxKsyunz
Copy link

Description

Support queries with simple_query_string that applies to all columns.

Issues Resolved

Part of #192

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Yury-Fridlyand and others added 14 commits May 10, 2022 00:31
Signed-off-by: Yury Fridlyand <[email protected]>
Signed-off-by: Yury Fridlyand <[email protected]>
Update AST to support simple_query_string(['*'], 'query').

FieldList is a class that carries field spec -- list and weights,
down the road.

Signed-off-by: MaxKsyunz <[email protected]>
…l' into dev-simple_query_string-#192-sql-simple-max_ast
The test only checks for required parameters.

Signed-off-by: MaxKsyunz <[email protected]>
Only required parameters are supported and field list of all fields.

Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
@MaxKsyunz MaxKsyunz closed this May 26, 2022
@MaxKsyunz MaxKsyunz deleted the dev-simple_query_string-#192-sql-simple-required_args branch April 27, 2023 05:42
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

Successfully merging this pull request may close these issues.

2 participants