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

Operation fails with an error, but no error is raised in python.

Open leanpeaks opened this issue 8 months ago • 0 comments

In python I found that using conn.execute with an INSERT query had no effect, but my code proceeded as if everything was fine. When I try to insert into that table in the TURSO GUI I get the error shown in this screenshot. libsql-experimental-python should raise a python error of some kind so that python knows something is wrong, rather than simply behaving as if the query was executed correctly.

Image

leanpeaks avatar Apr 14 '25 19:04 leanpeaks