Skip to content

Releases: googleapis/python-spanner-sqlalchemy

v1.14.0

27 Jun 13:37
170379f
Compare
Choose a tag to compare

1.14.0 (2025-06-27)

Features

v1.13.1

20 Jun 08:50
4a6d965
Compare
Choose a tag to compare

1.13.1 (2025-06-20)

Bug Fixes

  • Support retrieval of cross-schema foreign keys (ef07a1f), closes #638

v1.13.0

05 Jun 15:43
0f40a16
Compare
Choose a tag to compare

1.13.0 (2025-06-05)

Features

  • Introduce compatibility with native namespace packages (#375) (052e699)

v1.13.0rc0

05 Jun 14:11
Compare
Choose a tag to compare
v1.13.0rc0 Pre-release
Pre-release

1.13.0rc0 (2025-06-05)

Features

  • Introduce compatibility with native namespace packages (#375) (052e699)

v1.12.0

02 Jun 09:10
5077ddb
Compare
Choose a tag to compare

1.12.0 (2025-06-02)

Features

  • Document the use of statement and transaction tags (#676) (c78ad04)
  • Support database role in connect arguments (#667) (47aa27c)
  • Support multi-row inserts (#671) (f5d94cd), closes #670

v1.11.1

27 May 13:31
6ae9bf2
Compare
Choose a tag to compare

1.11.1 (2025-05-27)

Bug Fixes

  • Update README to include isolation level repeatable read (#668) (d84daf6)

v1.11.0

07 May 10:36
fdd975f
Compare
Choose a tag to compare

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

17 Mar 08:16
e17c5ef
Compare
Choose a tag to compare

1.10.0 (2025-03-17)

Features

  • Support AUTO_INCREMENT and IDENTITY columns (#610) (f67ebe8)

v1.9.0

27 Feb 07:30
89c4322
Compare
Choose a tag to compare

1.9.0 (2025-02-21)

Features

  • Support request and transaction tags (#558) (c4496fd)

Documentation

v1.8.0

09 Dec 11:12
39a41d9
Compare
Choose a tag to compare

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