Open
Description
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
Line 373 in ee7e209
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
Labels
No labels