Skip to content

CASSGO-7 Change Batch API to be consistent with Query() #1187

@Zariel

Description

@Zariel

Make Batch behave the same way as Query so it looks like

session.Batch().Query("SELECT * FROM table").Query("SELECT * FROM table").Exec()

This means renaming session.NewBatch -> Batch and removing session.ExecuteBatch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions