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 }}
Global-localhost
/
python-spanner-orm
Public
forked from
google/python-spanner-orm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-spanner-orm
spanner_orm
on
main
User selector
All users
All time
Commit history
Commits on Feb 9, 2021
Add FK relationship to __init__.py
dgorelik
authored
bf4c620
View commit details
Copy full SHA for bf4c620
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
Include seconds and timezone in migration timestamps.
Show description for 0468211
dseomn
committed
0468211
View commit details
Copy full SHA for 0468211
View code at this point
Browse repository at this point
Make it more prominent that partitioned DML should be idempotent.
dseomn
committed
e8291cd
View commit details
Copy full SHA for e8291cd
View code at this point
Browse repository at this point
Add ExecutePartitionedDml migrations update.
Show description for 5176f79
dseomn
committed
5176f79
View commit details
Copy full SHA for 5176f79
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Make it possible to add non-DDL migration updates.
Show description for 19dad7f
dseomn
committed
19dad7f
View commit details
Copy full SHA for 19dad7f
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
Merge pull request #135 from google/contains-ignore-case
Show description for 9c99020
dseomn
authored
9c99020
View commit details
Copy full SHA for 9c99020
View code at this point
Browse repository at this point
Merge pull request #133 from google/contains-refactor
Show description for 5a73d37
dseomn
authored
5a73d37
View commit details
Copy full SHA for 5a73d37
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
Add support for case-insensitive substring matching.
dseomn
committed
fc2a393
View commit details
Copy full SHA for fc2a393
View code at this point
Browse repository at this point
Refactor contains() now that ArbitraryCondition exists.
Show description for 6e9e68b
dseomn
committed
6e9e68b
View commit details
Copy full SHA for 6e9e68b
View code at this point
Browse repository at this point
Use YAPF for formatting.
dseomn
committed
16bfe2d
View commit details
Copy full SHA for 16bfe2d
View code at this point
Browse repository at this point
Commits on Jan 26, 2021
Handle degenerate cases in OrCondition.
dseomn
committed
4f78dd4
View commit details
Copy full SHA for 4f78dd4
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
Fix minor typos
dgorelik
committed
30cf2be
View commit details
Copy full SHA for 30cf2be
View code at this point
Browse repository at this point
Condense validation code
dgorelik
committed
64828a1
View commit details
Copy full SHA for 64828a1
View code at this point
Browse repository at this point
Add tests for foreign_key_relation arg
dgorelik
committed
d7126ec
View commit details
Copy full SHA for d7126ec
View code at this point
Browse repository at this point
More clean-up refactoring
dgorelik
committed
ef0dc61
View commit details
Copy full SHA for ef0dc61
View code at this point
Browse repository at this point
Begin clean-up refactoring
dgorelik
committed
2ef6dd5
View commit details
Copy full SHA for 2ef6dd5
View code at this point
Browse repository at this point
Clarify why uniqueness is enforced
dgorelik
committed
92fd4bf
View commit details
Copy full SHA for 92fd4bf
View code at this point
Browse repository at this point
Commits on Jan 17, 2021
Fix merge glitch
dgorelik
committed
e923144
View commit details
Copy full SHA for e923144
View code at this point
Browse repository at this point
Merge branch 'foreign_key_data_class' into add_remove_constraint
dgorelik
committed
a9a8919
View commit details
Copy full SHA for a9a8919
View code at this point
Browse repository at this point
Merge branch 'master' into foreign_key_data_class
dgorelik
committed
e27e205
View commit details
Copy full SHA for e27e205
View code at this point
Browse repository at this point
Commits on Jan 11, 2021
Minor formatting fixes.
dseomn
committed
c054814
View commit details
Copy full SHA for c054814
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Use abspath() instead of realpath() for migrations directories.
Show description for 5d6ba9d
dseomn
committed
5d6ba9d
View commit details
Copy full SHA for 5d6ba9d
View code at this point
Browse repository at this point
Merge pull request #125 from google/export-arbitrary-condition
Show description for 5c8e61f
dseomn
authored
5c8e61f
View commit details
Copy full SHA for 5c8e61f
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Export things needed to use ArbitraryCondition at the top level.
dseomn
committed
afa41c4
View commit details
Copy full SHA for afa41c4
View code at this point
Browse repository at this point
Make Param type inference explicit.
Show description for 66cddbc
dseomn
committed
66cddbc
View commit details
Copy full SHA for 66cddbc
View code at this point
Browse repository at this point
Merge pull request #122 from google/infer-param-type
Show description for 8ec2ee7
dseomn
authored
8ec2ee7
View commit details
Copy full SHA for 8ec2ee7
View code at this point
Browse repository at this point
Merge pull request #121 from google/find-not-none
Show description for dbb8aea
dseomn
authored
dbb8aea
View commit details
Copy full SHA for dbb8aea
View code at this point
Browse repository at this point
Infer parameter type if possible.
Show description for 281aebd
dseomn
committed
281aebd
View commit details
Copy full SHA for 281aebd
View code at this point
Browse repository at this point
Add a function to find an object or raise NotFound.
Show description for a20c0ca
dseomn
committed
a20c0ca
View commit details
Copy full SHA for a20c0ca
View code at this point
Browse repository at this point
Commits on Dec 31, 2020
Add Condition for aritrary SQL.
Show description for f0941d4
dseomn
committed
f0941d4
View commit details
Copy full SHA for f0941d4
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Export more of condition.py in the top-level __init__.py.
dseomn
committed
f04b2cf
View commit details
Copy full SHA for f04b2cf
View code at this point
Browse repository at this point
Commits on Dec 23, 2020
Add support for NULL_FILTERED and UNIQUE in CreateIndex.
dseomn
committed
cf5a9ab
View commit details
Copy full SHA for cf5a9ab
View code at this point
Browse repository at this point
Raise an error if a CreateTable update has secondary indexes.
Show description for e8834c1
dseomn
committed
e8834c1
View commit details
Copy full SHA for e8834c1
View code at this point
Browse repository at this point
Commits on Dec 22, 2020
Make option-like parameters (mostly `transaction`) keyword-only.
Show description for 51cee69
dseomn
committed
51cee69
View commit details
Copy full SHA for 51cee69
View code at this point
Browse repository at this point
Add condition for substring matching.
dseomn
committed
c8502fc
View commit details
Copy full SHA for c8502fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.