-
Add support for CQL `SELECT JSON` statements:
http://cassandra.apache.org/doc/latest/cql/json.html#select-json
-
If you type
```
quick brown
```
into the search box,
the query is internally translated into a cql query,
joining the two terms together:
```
quick AND brown
```
or something like that.
L…
-
After the merge from develop and cql-to-elm into develop-2.0, the generated c# code includes expressions where a null is safely cast to a particular type, where it isn't required.
For comparison, hav…
-
Migrating this from the comments on #421 because it's a separate discrete feature.
I tried implementing this myself, but the problem I'm running into is that since associative type binds aren't suppo…
-
I will be the first one that lauds innovation in testing frameworks and encourages it. The ability to create subdirectories in test/ with **different** testing frameworks has been, in my opinion, cruc…
-
https://github.com/aws-samples/cql-replicator/blob/24cc53f1b8c80c81204165cf4dbb55c1915920fc/glue/sbin/keyspaces/CQLReplicator.scala#L174
if we have such scheme in aws keyspaces
```
CREATE TAB…
-
Up to this point, we were testing alternator without enforced authorization:
```yaml
alternator_enforce_authorization: false
```
We should test the enabled version instead, but it looks like SM …
-
Hello @takuseno,
For adroit tasks, the original paper mentions using CQL(rho). This can be used by setting min_q_version=2 in the code provided by the authors. I am curious if this is implemented in …
-
CQL analyzers are now available in `datastax/cassandra` fork and Astra Vector DB ([docs](https://docs.datastax.com/en/astra-serverless/docs/vector-search/using-analyzers.html)).
Let's define syntax f…
-
ScyllaDB and DataStax Java Drivers cannot be together in JanusGraph Server because they have the same classpath. Thus, the only possibility to include Scylla drivers into JanusGraph Server right now i…