Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-cloud-python
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
5.4k
Code
Issues
439
Pull requests
90
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Spanner: add support for DML/PDML
- #6151
#6151
Merged
tseaver
merged 12 commits into
master
googleapis/google-cloud-python:master
from
spanner-dml-prep_for_public
googleapis/google-cloud-python:spanner-dml-prep_for_public
Copy head branch name to clipboard
Oct 8, 2018
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Spanner: add support for DML/PDML
#6151
tseaver
merged 12 commits into
master
googleapis/google-cloud-python:master
from
spanner-dml-prep_for_public
googleapis/google-cloud-python:spanner-dml-prep_for_public
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2018
Remove check that txn has mutations before committing.
Show description for 777c374
tseaver
committed
777c374
View commit details
Copy full SHA for 777c374
Browse repository at this point
Add (failing) systest for 'execute_sql' w/ DML.
tseaver
committed
974b598
View commit details
Copy full SHA for 974b598
Browse repository at this point
Add 'Transaction.execute_update' method.
Show description for 359cb83
tseaver
committed
359cb83
View commit details
Copy full SHA for 359cb83
Browse repository at this point
Get new systest to 'pass' by forcing only a single insert.
tseaver
committed
6896717
View commit details
Copy full SHA for 6896717
Browse repository at this point
Add test for 'Transaction.execute_sql' w/ DML.
Show description for 250564b
tseaver
committed
250564b
View commit details
Copy full SHA for 250564b
Browse repository at this point
Pass 'seqno' when invoking 'ExecuteSql'/'ExecuteStreamingSql' APIs.
Show description for 7cb8fc1
tseaver
committed
7cb8fc1
View commit details
Copy full SHA for 7cb8fc1
Browse repository at this point
Kill off custom _FauxSpannerAPI mock.
tseaver
committed
90d9d43
View commit details
Copy full SHA for 90d9d43
Browse repository at this point
Required integration test cases for non-partitioned DML:
Show description for d8f6c81
tseaver
committed
d8f6c81
View commit details
Copy full SHA for d8f6c81
Browse repository at this point
Return just row count from 'Transaction.execute_update'.
Show description for 34d5a45
tseaver
committed
34d5a45
View commit details
Copy full SHA for 34d5a45
Browse repository at this point
Add partitioned DML support (#459)
Show description for a37f74a
tseaver
committed
a37f74a
View commit details
Copy full SHA for a37f74a
Browse repository at this point
Review comment: s/SQL DML/DML/.
tseaver
committed
7660f40
View commit details
Copy full SHA for 7660f40
Browse repository at this point
Review comment: PDML does not support query mode.
tseaver
committed
d8a714d
View commit details
Copy full SHA for d8a714d
Browse repository at this point
You can’t perform that action at this time.