-
I don't see anything, but I wanted to ask first: is there any way to generate statements with parameters (either positional or named) with QueryBuilder?
I'm thinking something like
```ruby
quer…
-
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 …
-
https://github.com/scylladb/gocqlx/blob/master/qb/select.go#L83
https://docs.datastax.com/en/cql-oss/3.x/cql/cql_reference/ucase-lcase_r.html
Unless enclosed in double quotation mark, identifier i…
-
# Feature Request
### Description
https://github.com/datastax/adelphi/pull/104 introduced a new framework for integration tests implemented entirely in Python. In the rush to get this done some short…
-
first of all, thanks for make this useful plugin for vs code.
during I've used it as editing cql statement, I found that It supports executing the statement within vs code.
but there is no way to …
jun92 updated
6 years ago
-
Hello, I want to use it on my python script but I don't know how to. Can you add a readme or examples of use?
-
We've been working on this internally, and wondering if it'd be worth up upstreaming (would you accept this change-set?). Essentially it writes all the boring code of converting to/from rust types and…
-
Cassandra 3.0.x introduces support for `GROUP BY` clauses as part of CQL statements. Add support for such queries in phantom. The details of its usage are found [here](https://howtoprogram.xyz/2017/02…
-
I altered the code to print performed modifications:
```diff
diff --git a/pkg/jobs/jobs.go b/pkg/jobs/jobs.go
index c065b5c..ceb6496 100644
--- a/pkg/jobs/jobs.go
+++ b/pkg/jobs/jobs.go
@@ -334,…
-
Hello,
First of all, thank you for working on this repo and taking the time to look into this issue.
For context: I'm using V2 (the JS version of cql-execution) along with cql-exec-fhir to execute…