Refactor Makefile tools installation (#313)
* Refactor Makefile tools installation Updating tools is not easy due to the bad Makefile design Make it easier to update tools, preparing to golang and gocql update. * Apply make fix * Cleanup github workflow
This commit is contained in:
14
qb/update.go
14
qb/update.go
@@ -31,13 +31,13 @@ func (a assignment) writeCql(cql *bytes.Buffer) (names []string) {
|
||||
|
||||
// UpdateBuilder builds CQL UPDATE statements.
|
||||
type UpdateBuilder struct {
|
||||
table string
|
||||
assignments []assignment
|
||||
where where
|
||||
_if _if
|
||||
using using
|
||||
exists bool
|
||||
allowFiltering bool
|
||||
table string
|
||||
assignments []assignment
|
||||
where where
|
||||
_if _if
|
||||
using using
|
||||
exists bool
|
||||
allowFiltering bool
|
||||
}
|
||||
|
||||
// Update returns a new UpdateBuilder with the given table name.
|
||||
|
||||
Reference in New Issue
Block a user