RalphLincoln opened a new issue, #1854:
URL: https://github.com/apache/cassandra-gocql-driver/issues/1854

   Please answer these questions before submitting your issue. Thanks!
   
   ### What version of Cassandra are you using?
   Version 3.4.7
   
   ### What version of Gocql are you using?
   v1.7.0
   
   ### What version of Go are you using?
   Version 1.23.3
   
   ### What did you do?
   I tried running a delete query or something like that.
   ```
        deleteUserQuery := `DELETE FROM users WHERE id = ? AND email = ?;`
   
        deleteUserQueryErr := dbClient.Query(deleteUserQuery, 
signUpUserPayload.UserID, signUpUserPayload.Email).WithContext(ctx)
   ```
   
   ### What did you expect to see?
   I expected a successful result, but I got an error instead. see error below
   ```
   ([query statement=\"DELETE FROM users WHERE id = ? AND email = ?;\" 
values=[TU-469384139787495062 [email protected]] consistency=LOCAL_ONE])
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to