Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add DictCursor support #667

Copy link
Copy link
Open
Open
Copy link
@KageyamaRuka

Description

@KageyamaRuka
Issue body actions

Is your feature request related to a problem? Please describe.
when fetched with cursor, it just return tuple list, and that might be inefficient to deal with, sometimes a DictCursor that returns list of Dict[FieldName, value] might be better

Describe the solution you'd like
DictCursor that returns list of Dict[FieldName, value], like pymysql or psycopg
https://pymysql.readthedocs.io/en/latest/modules/cursors.html
https://www.psycopg.org/docs/extras.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: spannerIssues related to the googleapis/python-spanner-django API.Issues related to the googleapis/python-spanner-django API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.