FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-spanner-sqlalchemy/CHANGELOG.md at main · ansh0l/python-spanner-sqlalchemy · GitHub
ansh0l
/
python-spanner-sqlalchemy
Public
forked from
googleapis/python-spanner-sqlalchemy
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
Expand file tree
Breadcrumbs
python-spanner-sqlalchemy
/
CHANGELOG.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (35 loc) · 6.45 KB
Breadcrumbs
python-spanner-sqlalchemy
/
CHANGELOG.md
Copy path
File metadata and controls
58 lines (35 loc) · 6.45 KB
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
Changelog
1.1.0
(2022-01-28)
Features
drop read_only on a connection returned back to a pool (
#189
) (
16388c1
)
rollback a connection returned back to pool (
#193
) (
13ff9cb
)
support SQLAlchemy 1.4 (
#191
) (
029b181
)
Bug Fixes
bump up google-cloud-spanner required version (
#171
) (
33c86e8
)
connection reset fails when an additional dialect is used (
#188
) (
417b8b8
)
delete stale instance with delay of 5 seconds (
#194
) (
2932a02
)
NOT NULL computed column creation failure (
#173
) (
e336735
)
Documentation
add a README section for the autoincremented ids (
#180
) (
4c610ea
)
explicitly recommend uuid to generate PKs (
#182
) (
b10f2ca
), closes
#181
1.0.0
(2021-12-08)
Features
add code samples (
#55
) (
406c34b
)
set user-agent string to distinguish SQLAlchemy requests (
#116
) (
b5e1a21
)
support computed columns (
#139
) (
046ca97
), closes
#137
support JSON data type (
#135
) (
184a7d5
)
support read_only connections (
#125
) (
352c47d
)
support stale reads (
#146
) (
d80cb27
)
Bug Fixes
ALTER COLUMN NOT NULL directive fails because of inappropriate syntax (
#124
) (
c433cda
)
array columns reflection (
#119
) (
af3b97b
), closes
#118
calculate limit value correctly for offset only queries (
#160
) (
6844336
)
correct typo in spanner_interleave_on_delete_cascade keyword (
#99
) (
a0ebf75
)
raise Unimplemented error when creating temporary tables (
#159
) (
646d6ac
)
rollback failed exception log (
#106
) (
809e6ab
)
Documentation
add query hints example (
#153
) (
9c23804
)
reformatted README titles (
#141
) (
a3ccbac
)
update benchmarks (
#155
) (
3500653
)
Miscellaneous Chores
setup release 1.0.0 (
#165
) (
37a415d
)
Back
|
FazBrowse Home
|
New Git URL