Dmitry Kropachev
ab80d70106
Update golangci-lint and turn it on in CI
2024-06-19 08:08:54 +02:00
Drahflow
8054b9d47b
Change tuple-element parameter names to name[idx]
2022-02-17 09:57:52 +01:00
Michał Matczuk
979397bc5e
qb: add support for USING TIMEOUT clause
...
In scylladb/scylla#7781 we added possibility to add timeout as part of USING spec.
This patch adds support for it by adding `Timeout` and `TimeoutNamed` functions to builders.
Fixes #194
2021-08-03 15:05:23 +02:00
Henrik Johansson
1fda6f1e29
qb: tuples now returns the correct names
...
The names are auto generated in the form param_0, param_1, ...
2019-05-14 11:24:25 +02:00
Henrik Johansson
219bceab51
qb: tuple support
2019-05-14 09:12:06 +02:00
Michał Matczuk
fa402f3f0c
qb: using ttl timestamp
...
Fixes : #40
2018-05-25 14:05:55 +02:00
Michał Matczuk
a8febbc71e
testing: benchmarks moved to separate files
2018-05-23 09:39:22 +02:00
Michał Matczuk
9e40fcfed4
license: added license header
2017-09-21 21:43:27 +02:00
Michał Matczuk
8d47a6d133
qb: fixed benchmarks
2017-08-03 17:02:22 +02:00
Michał Matczuk
906f9433fe
qb: TTL and Timestamp named parameters
2017-08-02 10:24:27 +02:00
Michał Matczuk
eb033c4922
qb: removed error from builder ToCql function
...
Builder is not in a position to validate the statement and the effort is
duplicated when the query is build. The checked errors are simple and
do not occur most of the time.
2017-07-28 12:11:43 +02:00
Michał Matczuk
2afe71e2b9
qb: cmp
2017-07-28 12:11:39 +02:00
Michał Matczuk
69dad13e4b
qb: update, delete and performance improvements
2017-07-27 15:08:09 +02:00