libsql-experimental-python icon indicating copy to clipboard operation
libsql-experimental-python copied to clipboard

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

Open penberg opened this issue 8 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.

penberg avatar May 08 '25 13:05 penberg