-
Was wondering how feasible it might be to allow a cql library to include another library a directory up. For example, in our project, we have a large amount of helper libraries we'd like to keep separ…
-
The driver lacks the ability to use client-side timestamps.
While, of course, it is possible to set a custom timestamp for a statement via the CQL `USING TIMESTAMP` clause, the Datastax Java driver…
-
HEAD: b72906518f44844a69ee2f682dc574cb06d4f74a
## Description
Alternator API is missing a few important metrics described below.
Without having them it's very challenging debugging Alternator'…
-
Hi I could not get a vector store created in Cassandra (running locally in docker) The keyspace exists and I have other tables in the Cassandra cluster.
The exception repored is
cassandra.protoco…
-
Add support for CQL `SELECT JSON` statements:
http://cassandra.apache.org/doc/latest/cql/json.html#select-json
-
Comments line are not currently handled.
This plugin should
- [ ] discard lines beginning with `//` or `--`
- [ ] not split statements in the middle of a string literal, currently it does
Do…
bric3 updated
7 years ago
-
Hi! We're hoping to get a little clarification on why not all localIds appear in the annotations.
In MADiE, we rely on the annotations to re-construct CQL for our execution highlighting feature (for …
-
With prepared statements there are two ways of passing values which change with each execution.
Either using the question mark symbol:
```python3
cql.execute("CREATE TABLE ks.tab (pk int, ck int, v…
-
Hello!
As far as I understand scylla-cqlsh if based on cassandra cqlsh 6 which have an issue with parsing `/*` in strings
https://issues.apache.org/jira/browse/CASSANDRA-17667
Simple test case:
…
-
I'm seeing this error, which is a little baffling. The scenario is typically a worker process that has been running for a while without needing to touch the Cassandra connection. Then it finally does …