Add missing batch API (#325)
Some of gocql.Batch API are not present in the gocqlx.Batch. We need to have them implemented and have a test to make sure no API has forgotten.
This commit is contained in:
@@ -212,7 +212,7 @@ func TestQueryxBindMap(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestQyeryxAllWrapped(t *testing.T) {
|
||||
func TestQueryxAllWrapped(t *testing.T) {
|
||||
var (
|
||||
gocqlQueryPtr = reflect.TypeOf((*gocql.Query)(nil))
|
||||
queryxPtr = reflect.TypeOf((*Queryx)(nil))
|
||||
|
||||
Reference in New Issue
Block a user