84c58f45a3
Delete everything except query builder
2025-11-20 16:09:09 +01:00
Dmitry Kropachev
25cee51cac
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`.
2025-09-08 06:25:00 -04:00
Dmitry Kropachev
b0b3ded8da
add ContextBatch api to create batch with context ( #326 )
2025-06-11 06:36:46 -04:00
Dmitry Kropachev
efee4798d6
Add missing batch API ( #325 )
...
Some of gocql.Batch API are not present in the gocqlx.Batch.
We need to have them implemented and have a test to make sure no API has
forgotten.
2025-06-11 06:16:31 -04:00
Dmitry Kropachev
a8d276713e
Update gocql to v1.15.1 ( #323 )
...
* Update gocql to v1.15.1
* Add SetHostID to Queryx and Batch
2025-06-10 13:24:39 -04:00
Dmitry Kropachev
2eee0b00f1
Add additional methods to Batch similar to what exists on Queryx
2024-06-25 08:25:49 +02:00
Dmitry Kropachev
ab80d70106
Update golangci-lint and turn it on in CI
2024-06-19 08:08:54 +02:00
Gabriel Nelle
dec046bd85
add Batch wrapper with BindStruct method
2023-03-09 11:50:46 +01:00