You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v 0.3.0
When using existing sqlite3 database i get
Traceback (most recent call last):
File "e.py", line 81, in __getitem__
r = self._cursor.fetchone()
^^^^^^^^^^^^^^^^^^^^^^^
File "~/.local/lib/python3.11/site-packages/libsql_client/dbapi2/types.py", line 845, in __init__
raise TypeError(msg)
TypeError: Row argument 1 must be Cursor, not Cursor
Removing issubclass(cur_tp, Cursor) check seems to restore normal operation
The text was updated successfully, but these errors were encountered:
v 0.3.0
When using existing sqlite3 database i get
Removing issubclass(cur_tp, Cursor) check seems to restore normal operation
The text was updated successfully, but these errors were encountered: