Skip to content

Handle SQL statements without rows returned #191

Open
@yolile

Description

@yolile

Currently, if you run a SQL query that doesn't return rows (set, inserts, updates, etc), you got an exception, as reported here, because this line expects to get a result set

resultset = ResultSet(result, statement, config)

Ideally, it should handle statements without rows returned, or add a special case for queries starting with the word "set", as mentioned here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions