Nested query will fail when the simple query string has quoted reserved keywords
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [YES]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
Google Cloud -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Nested queries fails to work in conjunction with doubly quoted string that includes reserved keywords, like "AND", "OR" "(" or ")".
What is the new/expected behavior?
Nested queries work in conjunction with doubly quoted string that includes reserved keywords, like "AND", "OR" "(" or ")".
Have you added/updated Unit Tests and Integration Tests?
Yes, Unit Tests
Any other useful information
Issue 277
Edited by Zhibin Mai