You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
ipython-sql/src/sql/run.py
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.
The text was updated successfully, but these errors were encountered: