84c58f45a3
Delete everything except query builder
2025-11-20 16:09:09 +01:00
renovate[bot]
d9ec9f889d
chore(deps): update module github.com/scylladb/gocql to v1.17.0 ( #357 )
...
Build / Build (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 20:55:31 -04:00
renovate[bot]
b5ec0d955f
fix(deps): update module golang.org/x/sync to v0.18.0 ( #356 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 01:14:58 -04:00
Dmitry Kropachev
38001d64ac
Update gocql version to v1.16.1 ( #353 )
...
* Update gocql version to v1.16.1
1. Update gocql to v1.16.1
2. Update golang to 1.25, since new gocql version requres it
* Update golangci to 2.5.0
It is needed since 1.64.8 does not support golang 1.25.
1. Update golangci to 2.5.0
2. Migrate from golangci config v1 to v2
3. Integrate fieldaligment to golangci
4. Drop fieldaligment from Makefile
5. Address complaints
2025-10-28 14:52:22 -04:00
Dmitry Kropachev
96f0b49bdd
Update golang to 1.24.x and dependencies ( #349 )
2025-10-16 14:25:19 -04: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
renovate[bot]
19efa3f52f
chore(deps): update module github.com/scylladb/gocql to v1.15.2 ( #335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-16 00:48:19 -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
368eebb8a7
Update dependancies ( #317 )
2025-04-25 13:54:34 -04:00
Dmitry Kropachev
f722b3afe0
Update gocql to 1.14.5 ( #315 )
2025-04-25 13:38:32 -04:00
Dmitry Kropachev
643d2e775e
Update golang to 1.20 ( #316 )
...
* Update golang to 1.20
* Fix workflow file to make it work on `1.20`
* Update fieldalignment to 0.24.0
* Remove depricated ioutils
ioutils was depricatd and removed, same API available at `os` and `io`
packages now.
2025-04-25 13:34:40 -04:00
renovate[bot]
f745dc3993
fix(deps): update all dependencies to v1 ( #310 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-21 00:00:20 -04:00
renovate[bot]
0380bfaeab
fix(deps): update github.com/psanford/memfs digest to 4ef9117 ( #304 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-20 17:36:23 -04:00
sylwiaszunejko
3ea85fdd5d
Bump scylladb/gocql version to v1.14.4
2024-09-20 14:11:37 +02:00
sylwiaszunejko
e7267922c4
Release v3 - change v2 suffix to v3
...
Because of recent changes there is a need for a new major
release. Changes are switching to scylladb/gocql and replacing
Unsafe with Strict mechanism.
2024-07-15 10:41:57 +02:00
Dmitry Kropachev
207ba8723e
Move from gocql/gocql to scylladb/gocql
2024-06-19 09:19:17 +02:00
Pavle Kosutic
2942397ab6
Code generation for structs for tables
2022-06-30 13:22:58 +02:00
Michał Matczuk
39bf42f122
go mod update to 1.17
2021-11-17 12:25:21 +01:00
Michał Matczuk
fe1498fe13
migrate: add support for new Go io/fs.FS
...
This patch adds FromFS function and lets you use the new go:embed directive to add the migration files to the binary.
Also, migration tests use an in memory FS impl instead of working with tmp directories.
2021-04-30 11:19:14 +02:00
Michał Matczuk
c51d7713a2
go mod update go to 1.16
2021-04-30 11:19:14 +02:00
Michal Jan Matczuk
fa54f5347b
Add go module v2 suffix
...
Fixes #153
2020-04-29 09:27:42 +02:00
Michał Matczuk
0675f72f4f
Updated examples and README for 2.0
...
Signed-off-by: Michał Matczuk <michal@scylladb.com >
2020-04-23 16:23:30 +02:00
Daniel Lohse
0ee9ef8bda
Update gocql version to the latest master
2020-02-05 15:23:06 +01:00
Michał Matczuk
0f06ab790c
go mod tidy
...
Signed-off-by: Michał Matczuk <michal@scylladb.com >
2020-01-07 16:01:17 +01:00
Michał Matczuk
3cba305eef
Revert "Replace gocql => github.com/scylladb/gocql"
...
This reverts commit 3e60935d2a .
2020-01-07 15:59:15 +01:00
Michał Matczuk
3e60935d2a
Replace gocql => github.com/scylladb/gocql
...
Signed-off-by: Michał Matczuk <michal@scylladb.com >
2019-11-07 16:13:50 -08:00
Henrik Johansson
eadf9b5427
mod: dependencies updated
2019-05-14 08:52:59 +02:00
Vishal Rana
3a6a3da0c7
Updated deps
...
Signed-off-by: Vishal Rana <vr@labstack.com >
2019-04-24 09:37:01 +02:00
Henrik Johansson
049bfa4a92
reflectx: bump go-reflectx version to v1.0.1
...
Modules files are also updated by "go mod tidy".
2019-03-28 10:54:55 +01:00
Michał Matczuk
2348379a4f
reflectx: use github.com/scylladb/go-reflectx
...
Signed-off-by: Michał Matczuk <michal@scylladb.com >
2019-01-25 15:41:41 +01:00
Rintaro Okamura
5007a41bf5
Update gocql version
2019-01-07 09:53:50 +01:00
Henrik Johansson
a9f91f5f4b
generated an initial go.mod file.
...
Fixes : #46
2018-06-01 12:02:46 +02:00