Issues
- Rename CONTAINS() string functionSPECQUERY-36Seref Arikan
- Specify subsumption semantics for code matching in AQL pathsSPECQUERY-35Seref Arikan
- Add function which allows terminology matches agnostic or defining_code or mappingSPECQUERY-34Seref Arikan
- Add support for NULLSPECQUERY-33Resolved issue: SPECQUERY-33Sebastian Iancu
- Add support for GROUP BY and HAVINGSPECQUERY-32
- Upgrade grammar to ANTLR4SPECQUERY-30Resolved issue: SPECQUERY-30Sebastian Iancu
- Add support for built-in functionsSPECQUERY-28Resolved issue: SPECQUERY-28Sebastian Iancu
- Add support for SELECT DISTINCT ...SPECQUERY-27Resolved issue: SPECQUERY-27Sebastian Iancu
- Support for querying across LINKs or referencesSPECQUERY-26Seref Arikan
- Add support for aggregate functions (COUNT, SUM, etc)SPECQUERY-25Resolved issue: SPECQUERY-25Sebastian Iancu
- AQL query processor should ignore data with lifecycle_state = incomplete.SPECQUERY-24Seref Arikan
- Add support for proper terminology access to AQLSPECQUERY-22Seref Arikan
- Clarify TIMEWINDOW semanticsSPECQUERY-21
- Add support for descendant pathsSPECQUERY-18Seref Arikan
- Support for LIKE operatorSPECQUERY-17Resolved issue: SPECQUERY-17Sebastian Iancu
- Add support for LIMIT and OFFSETSPECQUERY-16Resolved issue: SPECQUERY-16Sebastian Iancu
- Correct typographical errorsSPECQUERY-14Resolved issue: SPECQUERY-14Pablo Pazos
- Describe how AQL works with openEHR demographic dataSPECQUERY-13Sebastian Iancu
- Improve terminology supportSPECQUERY-12Sebastian Iancu
- Add namespaces to AQLSPECQUERY-11Resolved issue: SPECQUERY-11Thomas Beale
- Add function support to AQLSPECQUERY-10Seref Arikan
- Add description of cartesian product problem.SPECQUERY-9Seref Arikan
- Add support for NOT CONTAINSSPECQUERY-7Resolved issue: SPECQUERY-7Sebastian Iancu
- AQL functions for state of INSTRUCTION and ACTIVITYSPECQUERY-5Heath Frankel
- Support for literals in SELECT clauseSPECQUERY-3Resolved issue: SPECQUERY-3Sebastian Iancu
- Clarify the return structure of an AQL querySPECQUERY-2Resolved issue: SPECQUERY-2Seref Arikan
- Allow term codes to be used in openEHR path predicate shortcutsSPECQUERY-1Resolved issue: SPECQUERY-1Sebastian Iancu
1-27 of 27
1 of 27
Raise CR
Analysis
Execution
Raise CR
Analysis
Execution
Description
Pinned fields
Click on the next to a field label to start pinning.
Details
Created September 23, 2024 at 8:49 AM
Updated October 7, 2024 at 8:29 AM
Activity
Show:
Matija Polajnar October 7, 2024 at 8:29 AM
I must say I find it wrong to have specific function names in the grammar itself at all…
there is an issue with AQL ANTLR lexer around the `CONTAINS()` [string function](https://specifications.openehr.org/releases/QUERY/development/AQL.html#_contains), as it collides with `CONTAINS` operator. I propose would be rename the function as `CONTAINS_STRING()`