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

Skip to content

Conversation

waltaskew
Copy link
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-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label May 28, 2025
@olavloite olavloite added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2025
@yoshi-kokoro yoshi-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:main May 30, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues 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