Skip to content

Releases: googleapis/python-spanner-sqlalchemy

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

v1.7.0

17 Apr 09:45
47438b1
Compare
Choose a tag to compare

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

31 May 08:05
a69516d
Compare
Choose a tag to compare

1.6.2 (2023-05-31)

Bug Fixes

v1.6.1

23 May 09:50
300d6a4
Compare
Choose a tag to compare

1.6.1 (2023-05-23)

Bug Fixes

v1.6.0

27 Apr 11:37
a4e8513
Compare
Choose a tag to compare

1.6.0 (2023-04-26)

Features

v1.5.0

19 Apr 07:43
da1af57
Compare
Choose a tag to compare

1.5.0 (2023-04-19)

Features

v1.4.0

10 Apr 05:37
c9ce478
Compare
Choose a tag to compare

1.4.0 (2023-04-06)

Features

v1.3.0

21 Mar 05:20
942e699
Compare
Choose a tag to compare

1.3.0 (2023-03-20)

Features

Bug Fixes

v1.2.2

04 Oct 15:09
ae864e0
Compare
Choose a tag to compare

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)