Releases: googleapis/python-spanner-sqlalchemy
Releases · googleapis/python-spanner-sqlalchemy
v1.13.0
1.13.0 (2025-06-05)
Features
- Introduce compatibility with native namespace packages (#375) (052e699)
v1.13.0rc0
Features
- Introduce compatibility with native namespace packages (#375) (052e699)
v1.11.1
1.11.1 (2025-05-27)
Bug Fixes
- Update README to include isolation level repeatable read (#668) (d84daf6)
v1.11.0
1.11.0 (2025-05-07)
Features
Bug Fixes
- Column order in get_multi_pk_constraint (#640) (16c87e4)
- Include schema when creating indices (#637) (41905e2)
v1.10.0
1.10.0 (2025-03-17)
Features
- Support AUTO_INCREMENT and IDENTITY columns (#610) (f67ebe8)
v1.9.0
1.9.0 (2025-02-21)
Features
Documentation
v1.8.0
1.8.0 (2024-12-09)
Features
Bug Fixes
- Add
existing_nullable
usage to visit_column_type
(#329) (273f03b)
- Map now() to current_timestamp (#540) (4b24f33), closes #497
- Support storing columns for indices (#485) (93579c8)
- Support THEN RETURN for insert, update, delete (#503) (ac64472)
Dependencies
Documentation
v1.7.0
1.7.0 (2024-02-07)
Features
Bug Fixes
- Db.params OpenTelemetry integration issue (#346) (0a69031)
- Fixing test for literals due to change in sqlalchemy core tests (#384) (62cccc3)
- Table name should be quoted by back quotes (`) on DROP TABLE (#385) (628d26c)
v1.6.2
1.6.2 (2023-05-31)
Bug Fixes