Files
gocqlx/qb
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
..
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:20:59 +02:00
2017-09-22 09:35:02 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:20:59 +02:00
2018-11-09 16:32:05 +01:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-11-09 16:32:05 +01:00

GoCQLX Query Builder

Package qb provides CQL query builders. The builders create CQL statement and a list of named parameters that can later be bound using gocqlx.

The following CQL commands are supported: SELECT, INSERT, UPDATE, DELETE and BATCH.