Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

feat: support multi-row inserts - #671

Merged
olavloite merged 1 commit into
googleapis:mainfrom
waltaskew:multi-row-insert-support
May 30, 2025
Merged

feat: support multi-row inserts#671
olavloite merged 1 commit into
googleapis:mainfrom
waltaskew:multi-row-insert-support

Conversation

@waltaskew

Copy link
Copy Markdown
Contributor

Support multi-row inserts like

INSERT INTO tbl
VALUES ('a'), ('b')

Fixes: #670

Support multi-row inserts like
```sql
INSERT INTO tbl
VALUES ('a'), ('b')
```
fixes: googleapis#670
@product-auto-labelproduct-auto-labelBot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label May 28, 2025
@olavloiteolavloite added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2025
@olavloite
olavloite merged commit f5d94cd into googleapis:mainMay 30, 2025
@release-pleaserelease-pleaseBot mentioned this pull request May 30, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support For Multi-Row Inserts

3 participants

@waltaskew@olavloite@yoshi-kokoro