Aleksandar Janković

Results 2 issues of Aleksandar Janković

Current example for batch insert https://github.com/scylladb/gocqlx/blob/master/example_test.go#L105 uses implementation with anonymous struct. This is something that is rarely used in practice. What is actually needed is a way to iterate over...

### What version of Scylla or Cassandra are you using? Scylla 4.1.0 ### What version of Gocql are you using? v1.4.1-0.20200520132847-57de5e5cdd5c ### What did you do? Wanted to use field...