Dmitry Kropachev
2f79f86b7c
Fix USING TIMEOUT time generation ( #299 )
...
Scylla does not support fractions.
We need to make sure that time is formatted the following way: XmYsZms
2025-01-27 11:22:34 -04:00
sagarafr
a503f75a9c
fix(perf): Fixed performance
...
* Performance are better when you write columns byte by
byte rather than string generation
2018-11-09 16:32:05 +01:00
sagarafr
19dedfc6a0
fix(qb): Fixed group by generation
...
* In qb/select.go, if there are no colums and the query have a GroupBy
statement then the query will be malformated.
* In qb/utils.go, refactor writeCql with a strings.Join call.
2018-11-09 16:32:05 +01:00
Michał Matczuk
fa402f3f0c
qb: using ttl timestamp
...
Fixes : #40
2018-05-25 14:05:55 +02:00
Michał Matczuk
9e40fcfed4
license: added license header
2017-09-21 21:43:27 +02:00
Michał Matczuk
906f9433fe
qb: TTL and Timestamp named parameters
2017-08-02 10:24:27 +02:00
Michał Matczuk
546e11d58f
qb: select
2017-07-28 12:10:50 +02:00