libsql-experimental-python
libsql-experimental-python copied to clipboard
Use `execute()` for statements that don't return data
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.