-
CQL current language syntax is generally not common to other popular languages used for mobile development: Swift, Kotlin, TypeScript, etc
We’d like to integrate into the CQL language a set of common…
-
The AssemblyCompiler has multiple responsibilities which violates SOLID principles. They are:
* Using the `CSharpLibrarySetToStreamsWriter.ProcessDefinitions(...)` to process each library in a `Libra…
-
```
define public function Power(argument System.Decimal, exponent System.Decimal) returns System.Decimal:
case
when argument is null or exponent is null then null as System.Decimal
whe…
-
Add support for vector type.
The vector is a fixed-length collection with specified type of elements: `VECTOR`.
The implementation should:
- extend CQL syntax
- adjust built-in type hierarchy a…
-
Is there a way to do: `contig rlike '^X.*$' or contig rlike '^[0-9].*$'`
-
it's a feature request for facilitating debugging.
nginx has access log and error log. but scylladb does not print out the CQL query if it fails, probably we could print out the CQL query if it fai…
-
This parameter may be added to any FHIR search. If included, this number sets the maximum number of resources that should be returned per page of results. However, the default JavaScript API for FHIR …
-
Also follow discussion on cql choice types #604
The following cql results in the following c#:
```cql
define "Initial Population":
(AgeInYearsAt(start of "Measurement Period") >= 16) and exists("I…
-
EDIT: Updated based on discussions below
The language server should support CQL unit tests. The first step is to define what a unit test looks like in CQL. We propose adding support for some `@tags…
-
Thanks for posting a Vim syntax highlighter for CQL! Could we please port this to Emacs as well?