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
Given this query string:
Select e/ehr_id/value as F1, c0 as F1 from EHR e contains COMPOSITION c0[openEHR-EHR-COMPOSITION.report.v1]
Parse to dto
new AqlToDtoParser().parse("Select e/ehr_id/value as F1, c0 as F1 from EHR e contains COMPOSITION c0[openEHR-EHR-COMPOSITION.report.v1]");
Query is valid
AqlParseException should be thrown
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuration information
Steps to reproduce
Given this query string:
Parse to dto
Actual result
Query is valid
Expected result (Acceptance Criteria)
AqlParseException should be thrown
Definition of Done
The text was updated successfully, but these errors were encountered: