FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-spanner-sqlalchemy/CHANGELOG.md at main · ansh0l/python-spanner-sqlalchemy · GitHub

Latest commit

 

History

History
58 lines (35 loc) · 6.45 KB

File metadata and controls

58 lines (35 loc) · 6.45 KB

Changelog

1.1.0 (2022-01-28)

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

1.0.0 (2021-12-08)

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


Back | FazBrowse Home | New Git URL