tursodatabase/libsql-python

Use `execute()` for statements that don't return data

Closed this issue · 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.