Upgrade gocql to 1.15.3 (#343)

gocql 1.15.3 brings new APIs for `gocql.Batch` and `gocql.Query`:
- `SetRequestTimeout`
- `GetRequestTimeout`

So, this change adds relative APIs to the `gocqlx.Batch` and `gocqlx.Queryx`.
This commit is contained in:
Dmitry Kropachev
2025-09-08 06:25:00 -04:00
committed by GitHub
parent 9f74b689a9
commit 25cee51cac
7 changed files with 36 additions and 8 deletions

2
go.mod
View File

@@ -16,4 +16,4 @@ require (
github.com/klauspost/compress v1.17.9 // indirect
)
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.15.2
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.15.3