-
### Discussed in https://github.com/axonops/axonops-workbench-cassandra/discussions/277
Originally posted by **millerjp** June 30, 2024
We currently convert users query to SELECT JSON so it ca…
-
Hello, I've been unable to get the main report to render on the CQLS. I'm using the up to date dev branch. It errors when trying to create the enviroment, at first I got the error:
```
processing file…
-
The CQL language server is being updated to use the latest CQL components. Once that's complete we'll need update the VS Code plugin to use those. That dependency is controlled here:
https://github…
-
I would like to report an issue on page https://opensource.docs.scylladb.com/branch-6.1/cql/dml/select
### Problem
The `DISTINCT` option for `SELECT` is mentioned, but has no documentation that …
-
One of the reasons that cql_query_test and view_schema_test (and even castas_fcts_test) are so slow is that `do_with_cql_env` bootstraps a node each time.
We could reduce test runtime significantly…
-
The following test written for Scylla's test.py framework fails:
```python3
import logging
import pytest
from test.pylib.manager_client import ManagerClient
logger = logging.getLogger(__name__)
…
-
The problem
---
When we change the replication factor for some DC in a keyspace that uses tablets, this starts a tablet migration process. However, it also immediately updates the schema with the …
-
UpdateOne. $setting to null is != $unsetting, when it's all non-key columns. (likely not a desired fact)
Assume table with columns: 'pk' and 'col2', 'col3' (pk the only primary key column)
## Se…
-
I get this LUA-error, as soon as I start up the game:
1x ...ddOns/Classic Quest Log ElvUI Skin/CQL_ElvUISkin.lua:109: attempt to call global 'IsAddOnLoaded' (a nil value)
[string "@Classic Quest L…
-
Currently, the Firely POCO's use a `string` for Extension.url, where a `FhirString` is expected. There is no way the TypeConverter can currently "hide" this fact for the ExpressionBuilder, so we had …