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
As @sivukhin points out, we currently use query() for everything, which leads to server getting confused and complaining that stream is not found. Let's use execute() for statements that don't return data to fix this.
The text was updated successfully, but these errors were encountered:
As @sivukhin points out, we currently use
query()
for everything, which leads to server getting confused and complaining that stream is not found. Let's useexecute()
for statements that don't return data to fix this.The text was updated successfully, but these errors were encountered: