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
Cannot assign to attribute "row_factory" for class "Cursor"
Type "type[Row]" is not assignable to type "((Cursor, Row) -> object) | None"
despite in the sqlite docs says that
Can be set to the included sqlite3.Row; or a callable that accepts two arguments, a Cursor object and the tuple of row values, and returns a custom object representing an SQLite row.