joao-r-reis commented on PR #1764: URL: https://github.com/apache/cassandra-gocql-driver/pull/1764#issuecomment-2444711860
@tengu-alt we should also add a new `Batch()` function and deprecate the existing `NewBatch` (basically a "soft" rename of `NewBatch()` -> `Batch()` without breaking users) and deprecate `Session.ExecuteBatch`. `NewBatch` and `ExecuteBatch` can then be removed in 3.0 so that users have more than enough time to transition to the new names. -- 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]

