qb: update, delete and performance improvements
This commit is contained in:
@@ -69,6 +69,6 @@ func TestInsertBuilder(t *testing.T) {
|
||||
func BenchmarkInsertBuilder(b *testing.B) {
|
||||
b.ResetTimer()
|
||||
for i := 0; i < b.N; i++ {
|
||||
Insert("foo").Columns("name", "age", "first", "last").ToCql()
|
||||
Insert("cycling.cyclist_name").Columns("id", "user_uuid", "firstname", "stars")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user