-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
typing_extension.TypeVar can be used to specify the default Generic type, so the default for turu.core.cursor.Cursor should be defined as turu.core.cursor.Cursor[Never, Any].
GenericRowType defaults to Never because at the time of conn.cursor(), fetching does not retrieve any value and will cause an error at runtime.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers