Make Batch behave the same way as Query so it looks like ```go session.Batch().Query("SELECT * FROM table").Query("SELECT * FROM table").Exec() ``` This means renaming session.NewBatch -> Batch and removing session.ExecuteBatch