Problem with running a query from gocql but it runs okay from the console.
DELETE
FROM
honda.car_v1
WHERE
(id in ?)
AND
(user_id in ?)
I tried running this in cql console, it runs perfectly but when i run it via https://github.com/gocql/gocql it does not give any error, yet the rows are still there. I wonder what did i do wrong.