Closed this issue 5 months ago · 0 comments
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.
query()
execute()