joao-r-reis commented on PR #1959: URL: https://github.com/apache/cassandra-gocql-driver/pull/1959#issuecomment-4745293366
Can you add an integration test for this use case of: 1. call `session.Bind` 2. execute query 3. reuse the same query object, modify the binding 4. execute it again You can use the `TestBoundQueryInfo` test as a starting point in `cassandra_test.go` (and you can put this new test on this file). Also add this to the changelog and format the commit message according to the guidelines outlined in CONTRIBUTING.md -- 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]

