Skip to content

Releases: googleapis/python-spanner-sqlalchemy

v1.2.0

07 Jun 17:25
3f9a1b6
Compare
Choose a tag to compare

1.2.0 (2022-06-03)

Features

v1.1.0

28 Jan 15:32
e97325d
Compare
Choose a tag to compare

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

v1.0.0

09 Dec 01:03
a5a1e3e
Compare
Choose a tag to compare

Features

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

Miscellaneous Chores

sqlalchemy-spanner 0.1.0

08 Jul 04:28
566198d
Compare
Choose a tag to compare
Pre-release

This is a preview release of the Google Cloud Spanner dialect for SQLAlchemy. Known limitations are listed here. Please report any problems by creating a new issue.