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

View File

@@ -16,6 +16,6 @@ require (
)
replace (
github.com/gocql/gocql => github.com/scylladb/gocql v1.15.2
github.com/gocql/gocql => github.com/scylladb/gocql v1.15.3
github.com/scylladb/gocqlx/v3 => ../../..
)