Dmitry Kropachev

Results 287 comments of Dmitry Kropachev

@caevv , can you please show the code on how do you iterate over iter.PageState() ?

i would suggest to close this issue in favor of https://github.com/scylladb/gocql/issues/200

@roydahan , to make it clear, did we decide to change it to `scylladb/gocql` ?

Changing module name is a breaking change, users will have to remove "replace" directive from `go.mod` and change import path from `github.com/gocql/gocql` to `github.com/scylladb/gocql` in all files. I think it...

> > If we would have the module name github.com/scylladb/gocql, user can just go get github.com/scylladb/gocql and use it in imports or use replace directive. > > So he has...

@karol-kokoszka , looks like there is some issue in module proxy server. I have started a new repo, making sure it does have exactly same tags as `scylladb/gocql`: ``` git...

Great, now we established that it is a breaking change, only proper way to release it is to make it part of major change. I don't want it to be...

> > No such thing is available at the moment. Some materialized views are synchronous though. E.g. views which have an identical partition key definition as the base table will...

@gedw99 , let's do the following, I am closing this issue, since initial question was clarified, if you feel we have a gap in examples we are encourage you can...

@AdamStawarz , could you please update if your issue was resolved by #13