-
Currently this is passed to `socket.setTimeout` which makes it an idle timeout. I think it would be great if there was a way to make the two different things explicit in the API.
For example, https:/…
-
I'm looking at: https://github.com/opengeospatial/ogcapi-features/blob/master/cql2/standard/clause_6_basic_cql2.adoc
Few related concerns:
1. This doesn't mention "IS NOT NULL" as allowed as an op…
-
The current logic is still based on original NoSkE concept where each step contains fully encoded CQL query in a respective URL.
It also produces the following error: When user clicks on a listed ope…
-
**Is your feature request related to a problem? Please describe.**
Current schema is this
```cql
CREATE TABLE IF NOT EXISTS schema_migrations(version bigint, dirty boolean, PRIMARY KEY(version))
`…
-
example cql
```cql
vocabulary Warehousing;
Transfer Request ID is written as Auto Counter;
Warehouse ID is written as Auto Counter;
Transfer Request is identified by its ID;
Warehouse is i…
-
Currently, the antora modules are: ROOT, concepts, developers-guide and quickstart.
I plan to reorganize to:
ROOT
concepts - move the material here into ROOT
quickstart
install - docker, vm for …
-
There is a lot of duplication between the two.
-
Scylla documentation has information on how to change the Log Level here https://opensource.docs.scylladb.com/stable/troubleshooting/log-level.html#how-to-change-log-level-offline
but it describes …
-
Hi,
How I can create model with `rake cequel:migrate` like of this cql statement?
`CREATE TABLE tickets (tenant_id uuid, id uuid, objects frozen, PRIMARY KEY (tenant_id, id));`
for this INSERT
`…
-
Evaluating CQL with Verbose returns the same thing as evaluating without Verbose.