-
One of the goals we aim for in tests in `cql-pytest` is we want to be able to run them against both Scylla and Cassandra. For that purpose, we meticulously mark them with dummy variables like `scylla_…
dawmd updated
3 weeks ago
-
Add support for vector type.
The vector is a fixed-length collection with specified type of elements: `VECTOR`.
The implementation should:
- extend CQL syntax
- adjust built-in type hierarchy a…
-
The rounding issues that essentially led to creating the DECIMAL cql type would dictate such columns to be returned as strings, to let callers/users/clients to do the right thing. Otherwise, unexpecte…
-
Hi Team, first of all thanks for creating this extension this is making development so much easier.
Description:
I would like to request the addition of Apache Cassandra database support to the DB-to…
-
Running cql-pytest.cassandra_tests/validation/entities/frozen_collections_test in debug mode
```
│ 1598 view_update_builder make_view_update_builder( …
-
**Describe the Bug**
Executing migration for scylla returns an error `error: no migration found for version 0: read down for version 0`
**Steps to Reproduce**
1. Generate migration files
```
m…
-
Here is the docs:
https://cassandra.apache.org/doc/latest/cassandra/reference/vector-data-type.html
> 5.25 vector
> For a vector of n dimensions of a fixed-length type, a sequence of those n …
-
https://jenkins.scylladb.com/job/scylla-6.2/job/next/51/ failed with the following error:
```=================================== FAILURES ===================================
========================…
-
I was mentioning to @jameskleeh about adding CQL support to micronaut-data. The CQL language is a subset of sql so I don't think it would be that far of a stretch to add an additional builder to the m…
-
(this assumes that #1252 is fixed first)
DC names can contain non-ASCII unicode characters, for example `Cql_DåtåCenter1`. But a `K8ssandraCluster` with such a DC name gets stuck waiting for the DC t…