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

[Core] Fix wrong exported StringQuery with order #315

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

sstok
Copy link
Member

@sstok sstok commented Sep 2, 2024

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tickets Related to #310
License MIT

When the root ValuesGroup of the condition is a logical OR, with values, and the condition has order fields, the exporter would place the order fields prior to the root-group logical, which produces a syntax error.

"A group logical operator can only be used at the start of the input or before a group opening"

When the root ValuesGroup of the condition is a logical OR, with values,
*and* the condition has order fields, the exporter would place the order fields
prior to the root-group logical, which produces a syntax error.

"A group logical operator can only be used at the start of the input or before a group opening"
@sstok sstok merged commit 79d264c into rollerworks:main Sep 2, 2024
5 of 6 checks passed
@sstok sstok deleted the bug/string-exporter-order-position branch September 2, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant