Releases: googleapis/python-spanner-sqlalchemy
Releases · googleapis/python-spanner-sqlalchemy
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
v1.6.1
1.6.1 (2023-05-23)
Bug Fixes
v1.6.0
1.6.0 (2023-04-26)
Features
v1.5.0
1.5.0 (2023-04-19)
Features
v1.4.0
1.4.0 (2023-04-06)
Features
v1.3.0
1.3.0 (2023-03-20)
Features
Bug Fixes
v1.2.2
1.2.2 (2022-10-04)
Bug Fixes
- Adding requirements (#250) (61a13d4)
- Don't introspect internal UNIQUE constraints (#244) (51cdc53)
- Spanner auto managed indexes should not be introspected (#241) (c3b5907)
- Update dialect name for ALTER operation overrides (#234) (f9e8ebe)
Documentation
- Add auto retry mechanism explanation (#243) (68b9bc8)
- Mention autocommit_block as a solution for Aborted transaction … (#239) (f23e599), closes #229
- Mention package install with pip (#245) (528a9b0)
v1.2.1
1.2.1 (2022-08-09)
Bug Fixes
- alembic migration fails in case of a sequential upgrade (#200) (f62f664)
- don't reset attributes of non-Spanner connections (#222) (072415e)
- incorrect DDL generated when using server_default (#209) (#220) (7ab1742)
Documentation
- add a note about connection URL prefixes (#219) (a986949)
v1.2.0
1.2.0 (2022-06-03)
Features