Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SpannerDialect does not register RETURNING as supported for insert, update, delete #498

@olavloite

Description

@olavloite

The following should be added to the SpannerDialect class:

    insert_returning = True
    update_returning = True
    delete_returning = True

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions