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
Accelerator
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
Type
/
to 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
/
go-sql-spanner
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
124
Code
Issues
13
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
DRAFT: google-cloud-spanner-driver project setup
- #739
#739
Open
bhatt4982
wants to merge 18 commits into
main
googleapis/go-sql-spanner:main
from
pydriver
googleapis/go-sql-spanner:pydriver
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
DRAFT: google-cloud-spanner-driver project setup
#739
bhatt4982
wants to merge 18 commits into
main
googleapis/go-sql-spanner:main
from
pydriver
googleapis/go-sql-spanner:pydriver
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2026
feat: google-cloud-spanner-driver project setup
bhatt4982
committed
11c6f9f
View commit details
Copy full SHA for 11c6f9f
Browse repository at this point
feat: make close() idempotent
bhatt4982
committed
13edc16
View commit details
Copy full SHA for 13edc16
Browse repository at this point
feat: update dbapi paramstyle to named
bhatt4982
committed
f383b50
View commit details
Copy full SHA for f383b50
Browse repository at this point
feat: convert Bool to DBAPITypeObject("BOOL")
bhatt4982
committed
3cedbbb
View commit details
Copy full SHA for 3cedbbb
Browse repository at this point
feat: update type defination is assert INT64 to types.NUMBER
bhatt4982
committed
d779552
View commit details
Copy full SHA for d779552
Browse repository at this point
feat: add relevent docstrings
bhatt4982
committed
1ed7017
View commit details
Copy full SHA for 1ed7017
Browse repository at this point
feat: removed unwanted comments...
bhatt4982
committed
b5f9dce
View commit details
Copy full SHA for b5f9dce
Browse repository at this point
test: Update `test_close_idempotent` to assert `InterfaceError` when re-closing a connection.
bhatt4982
committed
c5a0893
View commit details
Copy full SHA for c5a0893
Browse repository at this point
feat: added google-cloud-spanner dependency for unit tests
bhatt4982
committed
3c766eb
View commit details
Copy full SHA for 3c766eb
Browse repository at this point
feat: update dpabi paramstyle to pyformat
bhatt4982
committed
209f302
View commit details
Copy full SHA for 209f302
Browse repository at this point
feat: update nox version for flake8
bhatt4982
committed
4ec608e
View commit details
Copy full SHA for 4ec608e
Browse repository at this point
feat: update cursor executemany() to use execute_batch() internally
bhatt4982
committed
b1be0d4
View commit details
Copy full SHA for b1be0d4
Browse repository at this point
fix: update connection begin() to use correct begin_transaction() from wrapper
bhatt4982
committed
5d8639a
View commit details
Copy full SHA for 5d8639a
Browse repository at this point
feat: update map_spanner_error() to understand and categorize error codes
bhatt4982
committed
503b6fd
View commit details
Copy full SHA for 503b6fd
Browse repository at this point
feat: update system tests to improve coverage
bhatt4982
committed
43da55e
View commit details
Copy full SHA for 43da55e
Browse repository at this point
fix: format and lint issues
bhatt4982
committed
67a8938
View commit details
Copy full SHA for 67a8938
Browse repository at this point
fix: update connection tests to use `begin_transaction` from wrapper
bhatt4982
committed
1a1e2bc
View commit details
Copy full SHA for 1a1e2bc
Browse repository at this point
feat: Standardize parameter handling for cursor operations
bhatt4982
committed
331bc2a
View commit details
Copy full SHA for 331bc2a
Browse repository at this point
You can’t perform that action at this time.