We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Datamodel command requires that from these three options:
allow_old_summaries
summariesonly
strict_fields
the allow_old_summaries has to be first and the order of the two others don't matter.
Expected behavior
The order should be strict_fields, allow_old_summaries, summariesonly.
How to reproduce
Try a query with strict_fields as the first option locally. Can't yet be reproduced through PTH-10 as the command is not implemented.
Screenshots
Software version
6.1.0
Desktop (please complete the following information if relevant):
Additional context
DatamodelSyntaxParseTest in DatamodelSyntaxTests.java has been disabled because of this issue in PR #52.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Datamodel command requires that from these three options:
allow_old_summaries
summariesonly
strict_fields
the
allow_old_summaries
has to be first and the order of the two others don't matter.Expected behavior
The order should be
strict_fields
,allow_old_summaries
,summariesonly
.How to reproduce
Try a query with
strict_fields
as the first option locally. Can't yet be reproduced through PTH-10 as the command is not implemented.Screenshots
Software version
6.1.0
Desktop (please complete the following information if relevant):
Additional context
DatamodelSyntaxParseTest in DatamodelSyntaxTests.java has been disabled because of this issue in PR #52.
The text was updated successfully, but these errors were encountered: