-
Hello,
First of all, thank you for working on this repo and taking the time to look into this issue.
For context: I'm using V2 (the JS version of cql-execution) along with cql-exec-fhir to execute…
-
The CQL engine currently supports certain types of query restriction pushdowns, specifically for date filters. In other words, given the following CQL:
```
[ Condition ] C where C.onset starts 30 …
-
**Name:** Padma.
**Email:** padmaswe2020@gmail.com
**Linkedin Profile:** https://www.linkedin.com/in/padma-m-702150160/
Attach the homework screenshots below for both step II and step III:
-----…
-
Hello,
I am trying to execute the following statements:
```crystal
stmt =
-
When a user uses the `CREATE INDEX` statement to create a secondary index on a table, as soon as this statement returns the index is considered existing, and it will be used in queries that can make u…
-
User DDL statements that change schema are discouraged in major version upgrades.
We have seen cases in which DDL statements do not work even between minor versions.
We should block user DDL state…
-
As of f46b207472a31980370b635241bb5a7465940e58, CQL reference pages are very dense. For example. ddl.html lists 8 statements and dml.html lists 5, one of which is the very complicated SELECT.
I thi…
-
ScyllaDB has an extension to the CQL syntax which allows setting cells in list values directly by their timeuuid (described [here](https://github.com/scylladb/scylladb/blob/master/docs/dev/cql-extensi…
-
I noticed that `Cequel::Record::Schema#synchronize_schema` behaves a little unexpectedly.
Currently (as of 8dd8560) synchronize_schema does not:
* Alter tables to remove columns
* Alter tables…
-
This is based off of a discussion we had at the spring 2024 HL7 Connectathon.
The group discussed at length about adding the ability to run tests that support multiple libraries as well as acceptin…