Update gocql to v1.15.1 (#323)

* Update gocql to v1.15.1

* Add SetHostID to Queryx and Batch
This commit is contained in:
Dmitry Kropachev
2025-06-10 13:24:39 -04:00
committed by GitHub
parent 16bd2372a7
commit a8d276713e
7 changed files with 38 additions and 34 deletions

View File

@@ -224,8 +224,6 @@ func TestQyeryxAllWrapped(t *testing.T) {
t.Fatalf("Queryx missing method %s", gocqlQueryPtr.Method(i).Name)
}
t.Log(m.Name)
for j := 0; j < m.Type.NumOut(); j++ {
if m.Type.Out(j) == gocqlQueryPtr {
t.Errorf("Queryx method %s not wrapped", m.Name)