This repository was archived by the owner on Mar 13, 2026. It is now read-only.
v1.0.0
Features
- add code samples (#55) (406c34b)
- set user-agent string to distinguish SQLAlchemy requests (#116) (b5e1a21)
- support computed columns (#139) (046ca97), closes #137
- support JSON data type (#135) (184a7d5)
- support read_only connections (#125) (352c47d)
- support stale reads (#146) (d80cb27)
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
- add query hints example (#153) (9c23804)
- reformatted README titles (#141) (a3ccbac)
- update benchmarks (#155) (3500653)