FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for spanner_orm/tests - 7dracoder/python-spanner-orm · GitHub
7dracoder
/
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
tests
on
main
User selector
Datepicker
Commit history
Commits on Aug 12, 2025
Spanner orm upgrade (#195)
sabrina-gisselle
authored
b9b9191
View commit details
Copy full SHA for b9b9191
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
Address comments
wlliu
committed
0196241
View commit details
Copy full SHA for 0196241
View code at this point
Browse repository at this point
address comments
wlliu
committed
7b3b5a6
View commit details
Copy full SHA for 7b3b5a6
View code at this point
Browse repository at this point
Adress comments and add tests in field_test.py
wlliu
committed
11db6cc
View commit details
Copy full SHA for 11db6cc
View code at this point
Browse repository at this point
support byte64
wlliu
committed
8cd95d6
View commit details
Copy full SHA for 8cd95d6
View code at this point
Browse repository at this point
Rebase
wlliu
committed
810dfb2
View commit details
Copy full SHA for 810dfb2
View code at this point
Browse repository at this point
Address comments
wlliu
committed
2f124c1
View commit details
Copy full SHA for 2f124c1
View code at this point
Browse repository at this point
Add new line
wlliu
committed
f940b9c
View commit details
Copy full SHA for f940b9c
View code at this point
Browse repository at this point
Initial commit for custom length
wlliu
committed
e3b85a6
View commit details
Copy full SHA for e3b85a6
View code at this point
Browse repository at this point
Commits on Sep 28, 2022
Remove pytype disable comments for fixed bugs
dseomn
committed
e8602e9
View commit details
Copy full SHA for e8602e9
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Add a generic Array type and deprecate StringArray
dseomn
committed
924e01b
View commit details
Copy full SHA for 924e01b
View code at this point
Browse repository at this point
Commits on Sep 21, 2022
Add more tests for spanner_orm.field
Show description for 96dacf9
dseomn
committed
96dacf9
View commit details
Copy full SHA for 96dacf9
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
Use instances of FieldType instead of classes
Show description for 3fe10f0
dseomn
committed
3fe10f0
View commit details
Copy full SHA for 3fe10f0
View code at this point
Browse repository at this point
Unpin pytype
Show description for efde90a
dseomn
committed
efde90a
View commit details
Copy full SHA for efde90a
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
Remove some legacy things from when python 2 was around
dseomn
committed
7472083
View commit details
Copy full SHA for 7472083
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Merge branch 'main' of github.com:google/python-spanner-orm into spanner-2
supersam654
committed
eb8e89b
View commit details
Copy full SHA for eb8e89b
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
Pin pytype to a version before a bug we're seeing a lot of
Show description for dbf2235
dseomn
committed
dbf2235
View commit details
Copy full SHA for dbf2235
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
Merge branch 'main' of github.com:google/python-spanner-orm into spanner-2
supersam654
committed
ccbb775
View commit details
Copy full SHA for ccbb775
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
Add conditions to use NULL_FILTERED indexes safely
dseomn
committed
a1caa02
View commit details
Copy full SHA for a1caa02
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
Add __repr__() to Model.
Show description for 325b911
dseomn
committed
325b911
View commit details
Copy full SHA for 325b911
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
Upgrade spanner-orm to work with google-cloud-spanner v2
supersam654
committed
71ec2db
View commit details
Copy full SHA for 71ec2db
View code at this point
Browse repository at this point
Commits on Dec 15, 2021
Ignore pytype findings from a bug in pytype
dseomn
committed
e924ad3
View commit details
Copy full SHA for e924ad3
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
tests yapf fixes
dgorelik
committed
839a4d1
View commit details
Copy full SHA for 839a4d1
View code at this point
Browse repository at this point
Add BytesBase64 support
dgorelik
committed
e0c0eeb
View commit details
Copy full SHA for e0c0eeb
View code at this point
Browse repository at this point
Commits on Sep 8, 2021
Rely on Cloud Spanner to validate schema changes
Show description for 9524002
dseomn
committed
9524002
View commit details
Copy full SHA for 9524002
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
Parse ABSL flags when running tests
Show description for 8b14108
dseomn
committed
8b14108
View commit details
Copy full SHA for 8b14108
View code at this point
Browse repository at this point
Commits on Sep 1, 2021
Remove calls to the deprecated alias assertEquals()
dseomn
committed
333acf3
View commit details
Copy full SHA for 333acf3
View code at this point
Browse repository at this point
Commits on Aug 31, 2021
Fix type annotations
dseomn
committed
2f23334
View commit details
Copy full SHA for 2f23334
View code at this point
Browse repository at this point
Fix access to nonexistent attribute
Show description for 8d18c04
dseomn
committed
8d18c04
View commit details
Copy full SHA for 8d18c04
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
Deprecate connect() functions in favor of from_connection()
Show description for 360b59c
dseomn
committed
360b59c
View commit details
Copy full SHA for 360b59c
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Make it possible to pass client_options to the Spanner client.
dseomn
committed
04797ba
View commit details
Copy full SHA for 04797ba
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
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 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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL