Skip to content

Support multi-statement SQL strings #572

@olavloite

Description

@olavloite

The driver should support executing SQL strings that contain multiple statements separated by semi-colons, e.g.

insert into test (id, value) values (1, 'one');
select * from test;

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions